Html Css Color HEX #CFB514 Bird Flower

📋 copy color: '#CFB514'

red 207 ◦ green 181 ◦ blue 20

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

Shades of Bird Flower #CFB514

Tints of Bird Flower #CFB514

RGB

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

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

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

R = 50.74%
G = 44.36%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB514 (or 0xCFB514) is known color: Bird Flower. HEX triplet: CF, B5 and 14. RGB value is (207,181,20). Sum of RGB (Red+Green+Blue) = 207+181+20=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB514 is #304AEB. Grayscale: #ABABAB. Windows color (decimal): -3164908 or 1357263. OLE color: 1357263.

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

Color convert

RGB 207 181 20 -
CMYK 0 0.13 0.90 0.19
HSL 51.66º 0.82% 0.45% -
HSV(B) 51.66º 0.9% 0.81% -
XYZ 42.38 46.36 7.38 -
YUV 170.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 207 181 20 0 0.13 0.90 0.19 51.66 0.82 0.45
Hex CF B5 14 0 D 5A 13 34 52 2D
Octal 317 265 24 0 15 132 23 64 122 55
Binary 11001111 10110101 10100 0 1101 1011010 10011 110100 1010010 101101

Color Harmonies of #CFB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB514

Black with #CFB514

Text Example


Text Example

White with #CFB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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