Html Css Color HEX #CFB420 Bird Flower

📋 copy color: '#CFB420'

red 207 ◦ green 180 ◦ blue 32

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

Shades of Bird Flower #CFB420

Tints of Bird Flower #CFB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

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

R = 49.4%
G = 42.96%
B = 7.64%

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

#CFB420 (or 0xCFB420) is known color: Bird Flower. HEX triplet: CF, B4 and 20. RGB value is (207,180,32). Sum of RGB (Red+Green+Blue) = 207+180+32=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB420 is #304BDF. Grayscale: #ABABAB. Windows color (decimal): -3165152 or 2143439. OLE color: 2143439.

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

Color convert

RGB 207 180 32 -
CMYK 0 0.13 0.85 0.19
HSL 50.74º 0.73% 0.47% -
HSV(B) 50.74º 0.85% 0.81% -
XYZ 42.31 46.01 8.02 -
YUV 171.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 207 180 32 0 0.13 0.85 0.19 50.74 0.73 0.47
Hex CF B4 20 0 D 55 13 33 49 2F
Octal 317 264 40 0 15 125 23 63 111 57
Binary 11001111 10110100 100000 0 1101 1010101 10011 110011 1001001 101111

Color Harmonies of #CFB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB420

Black with #CFB420

Text Example


Text Example

White with #CFB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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