Html Css Color HEX #CFB521 Bird Flower

📋 copy color: '#CFB521'

red 207 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CFB521

Tints of Bird Flower #CFB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.84%

R = 49.17%
G = 42.99%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFB521 (or 0xCFB521) is known color: Bird Flower. HEX triplet: CF, B5 and 21. RGB value is (207,181,33). Sum of RGB (Red+Green+Blue) = 207+181+33=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB521 is #304ADE. Grayscale: #ACACAC. Windows color (decimal): -3164895 or 2209231. OLE color: 2209231.

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

Color convert

RGB 207 181 33 -
CMYK 0 0.13 0.84 0.19
HSL 51.03º 0.73% 0.47% -
HSV(B) 51.03º 0.84% 0.81% -
XYZ 42.53 46.42 8.16 -
YUV 171.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 207 181 33 0 0.13 0.84 0.19 51.03 0.73 0.47
Hex CF B5 21 0 D 54 13 33 48 2F
Octal 317 265 41 0 15 124 23 63 110 57
Binary 11001111 10110101 100001 0 1101 1010100 10011 110011 1001000 101111

Color Harmonies of #CFB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB521

Black with #CFB521

Text Example


Text Example

White with #CFB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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