Html Css Color HEX #CEB514 Bird Flower

📋 copy color: '#CEB514'

red 206 ◦ green 181 ◦ blue 20

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

Shades of Bird Flower #CEB514

Tints of Bird Flower #CEB514

RGB

 RED value IS 206 (80.86% from 255) = 50.61%

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

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

R = 50.61%
G = 44.47%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB514 (or 0xCEB514) is known color: Bird Flower. HEX triplet: CE, B5 and 14. RGB value is (206,181,20). Sum of RGB (Red+Green+Blue) = 206+181+20=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB514 is #314AEB. Grayscale: #AAAAAA. Windows color (decimal): -3230444 or 1357262. OLE color: 1357262.

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

Color convert

RGB 206 181 20 -
CMYK 0 0.12 0.90 0.19
HSL 51.94º 0.82% 0.44% -
HSV(B) 51.94º 0.9% 0.81% -
XYZ 42.1 46.22 7.36 -
YUV 170.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 206 181 20 0 0.12 0.90 0.19 51.94 0.82 0.44
Hex CE B5 14 0 C 5A 13 34 52 2C
Octal 316 265 24 0 14 132 23 64 122 54
Binary 11001110 10110101 10100 0 1100 1011010 10011 110100 1010010 101100

Color Harmonies of #CEB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB514

Black with #CEB514

Text Example


Text Example

White with #CEB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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