Html Css Color HEX #CFB61F Bird Flower

📋 copy color: '#CFB61F'

red 207 ◦ green 182 ◦ blue 31

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

Shades of Bird Flower #CFB61F

Tints of Bird Flower #CFB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 49.29%
G = 43.33%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFB61F (or 0xCFB61F) is known color: Bird Flower. HEX triplet: CF, B6 and 1F. RGB value is (207,182,31). Sum of RGB (Red+Green+Blue) = 207+182+31=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB61F is #3049E0. Grayscale: #ACACAC. Windows color (decimal): -3164641 or 2078415. OLE color: 2078415.

HSL color Cylindrical-coordinate representation of color #CFB61F: hue angle of 51.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFB61F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 31 -
CMYK 0 0.12 0.85 0.19
HSL 51.48º 0.74% 0.47% -
HSV(B) 51.48º 0.85% 0.81% -
XYZ 42.71 46.82 8.08 -
YUV 172.26 48.28 152.78 -
System Red Green Blue C M Y K H S L
Decimal 207 182 31 0 0.12 0.85 0.19 51.48 0.74 0.47
Hex CF B6 1F 0 C 55 13 33 4A 2F
Octal 317 266 37 0 14 125 23 63 112 57
Binary 11001111 10110110 11111 0 1100 1010101 10011 110011 1001010 101111

Color Harmonies of #CFB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB61F

Black with #CFB61F

Text Example


Text Example

White with #CFB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB61F; }

 p { color: rgb(207,182,31); }

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

background-color css

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

 a { background-color: rgb(207,182,31); }

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

border-color css

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

 span { border-color: rgb(207,182,31); }

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