Html Css Color HEX #CFB014 Bird Flower

📋 copy color: '#CFB014'

red 207 ◦ green 176 ◦ blue 20

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

Shades of Bird Flower #CFB014

Tints of Bird Flower #CFB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 51.36%
G = 43.67%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB014 (or 0xCFB014) is known color: Bird Flower. HEX triplet: CF, B0 and 14. RGB value is (207,176,20). Sum of RGB (Red+Green+Blue) = 207+176+20=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB014 is #304FEB. Grayscale: #A8A8A8. Windows color (decimal): -3166188 or 1355983. OLE color: 1355983.

HSL color Cylindrical-coordinate representation of color #CFB014: hue angle of 50.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFB014 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 20 -
CMYK 0 0.15 0.90 0.19
HSL 50.05º 0.82% 0.45% -
HSV(B) 50.05º 0.9% 0.81% -
XYZ 41.38 44.37 7.04 -
YUV 167.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 207 176 20 0 0.15 0.90 0.19 50.05 0.82 0.45
Hex CF B0 14 0 F 5A 13 32 52 2D
Octal 317 260 24 0 17 132 23 62 122 55
Binary 11001111 10110000 10100 0 1111 1011010 10011 110010 1010010 101101

Color Harmonies of #CFB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB014

Black with #CFB014

Text Example


Text Example

White with #CFB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB014; }

 p { color: rgb(207,176,20); }

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

background-color css

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

 a { background-color: rgb(207,176,20); }

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

border-color css

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

 span { border-color: rgb(207,176,20); }

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