Html Css Color HEX #CFB51F Bird Flower

📋 copy color: '#CFB51F'

red 207 ◦ green 181 ◦ blue 31

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

Shades of Bird Flower #CFB51F

Tints of Bird Flower #CFB51F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

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

R = 49.4%
G = 43.2%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFB51F (or 0xCFB51F) is known color: Bird Flower. HEX triplet: CF, B5 and 1F. RGB value is (207,181,31). Sum of RGB (Red+Green+Blue) = 207+181+31=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB51F is #304AE0. Grayscale: #ACACAC. Windows color (decimal): -3164897 or 2078159. OLE color: 2078159.

HSL color Cylindrical-coordinate representation of color #CFB51F: hue angle of 51.14º 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 #CFB51F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 31 -
CMYK 0 0.13 0.85 0.19
HSL 51.14º 0.74% 0.47% -
HSV(B) 51.14º 0.85% 0.81% -
XYZ 42.5 46.41 8.01 -
YUV 171.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 207 181 31 0 0.13 0.85 0.19 51.14 0.74 0.47
Hex CF B5 1F 0 D 55 13 33 4A 2F
Octal 317 265 37 0 15 125 23 63 112 57
Binary 11001111 10110101 11111 0 1101 1010101 10011 110011 1001010 101111

Color Harmonies of #CFB51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB51F

Black with #CFB51F

Text Example


Text Example

White with #CFB51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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