Html Css Color HEX #CFBA09 Bird Flower

📋 copy color: '#CFBA09'

red 207 ◦ green 186 ◦ blue 9

#CFBA09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFBA09

Tints of Bird Flower #CFBA09

RGB

 RED value IS 207 (81.25% from 255) = 51.49%

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 51.49%
G = 46.27%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFBA09 (or 0xCFBA09) is known color: Bird Flower. HEX triplet: CF, BA and 09. RGB value is (207,186,9). Sum of RGB (Red+Green+Blue) = 207+186+9=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA09 is #3045F6. Grayscale: #ACACAC. Windows color (decimal): -3163639 or 637647. OLE color: 637647.

HSL color Cylindrical-coordinate representation of color #CFBA09: hue angle of 53.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFBA09 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 9 -
CMYK 0 0.10 0.96 0.19
HSL 53.64º 0.92% 0.42% -
HSV(B) 53.64º 0.96% 0.81% -
XYZ 43.34 48.4 7.32 -
YUV 172.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 207 186 9 0 0.10 0.96 0.19 53.64 0.92 0.42
Hex CF BA 9 0 A 60 13 36 5C 2A
Octal 317 272 11 0 12 140 23 66 134 52
Binary 11001111 10111010 1001 0 1010 1100000 10011 110110 1011100 101010

Color Harmonies of #CFBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA09

Black with #CFBA09

Text Example


Text Example

White with #CFBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA09; }

 p { color: rgb(207,186,9); }

 H1.HeaderClassName
 {
   color: #CFBA09;
 }
 .AnyTagClassName
 {
   color: #CFBA09;
 }
</style>

background-color css

<style>
 a { background-color: #CFBA09; }

 a { background-color: rgb(207,186,9); }

 div.DivClassName
 {
   background-color: #CFBA09;
 }
 .BgClassName
 {
   background-color: #CFBA09;
 }
</style>

border-color css

<style>
 span { border-color: #CFBA09; }

 span { border-color: rgb(207,186,9); }

 td.TdClassName
 {
   border-color: #CFBA09;
 }
 .TagClassName
 {
   border-color: #CFBA09;
 }
</style>