Html Css Color HEX #CFB914 Bird Flower

📋 copy color: '#CFB914'

red 207 ◦ green 185 ◦ blue 20

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

Shades of Bird Flower #CFB914

Tints of Bird Flower #CFB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 50.24%
G = 44.9%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB914 (or 0xCFB914) is known color: Bird Flower. HEX triplet: CF, B9 and 14. RGB value is (207,185,20). Sum of RGB (Red+Green+Blue) = 207+185+20=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB914 is #3046EB. Grayscale: #ADADAD. Windows color (decimal): -3163884 or 1358287. OLE color: 1358287.

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

Color convert

RGB 207 185 20 -
CMYK 0 0.11 0.90 0.19
HSL 52.94º 0.82% 0.45% -
HSV(B) 52.94º 0.9% 0.81% -
XYZ 43.21 48.01 7.65 -
YUV 172.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 207 185 20 0 0.11 0.90 0.19 52.94 0.82 0.45
Hex CF B9 14 0 B 5A 13 35 52 2D
Octal 317 271 24 0 13 132 23 65 122 55
Binary 11001111 10111001 10100 0 1011 1011010 10011 110101 1010010 101101

Color Harmonies of #CFB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB914

Black with #CFB914

Text Example


Text Example

White with #CFB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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