Html Css Color HEX #CFB520 Bird Flower

📋 copy color: '#CFB520'

red 207 ◦ green 181 ◦ blue 32

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

Shades of Bird Flower #CFB520

Tints of Bird Flower #CFB520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 49.29%
G = 43.1%
B = 7.62%

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

#CFB520 (or 0xCFB520) is known color: Bird Flower. HEX triplet: CF, B5 and 20. RGB value is (207,181,32). Sum of RGB (Red+Green+Blue) = 207+181+32=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB520 is #304ADF. Grayscale: #ACACAC. Windows color (decimal): -3164896 or 2143695. OLE color: 2143695.

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

Color convert

RGB 207 181 32 -
CMYK 0 0.13 0.85 0.19
HSL 51.09º 0.73% 0.47% -
HSV(B) 51.09º 0.85% 0.81% -
XYZ 42.52 46.42 8.09 -
YUV 171.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 207 181 32 0 0.13 0.85 0.19 51.09 0.73 0.47
Hex CF B5 20 0 D 55 13 33 49 2F
Octal 317 265 40 0 15 125 23 63 111 57
Binary 11001111 10110101 100000 0 1101 1010101 10011 110011 1001001 101111

Color Harmonies of #CFB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB520

Black with #CFB520

Text Example


Text Example

White with #CFB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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