Html Css Color HEX #CEB414 Bird Flower

📋 copy color: '#CEB414'

red 206 ◦ green 180 ◦ blue 20

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

Shades of Bird Flower #CEB414

Tints of Bird Flower #CEB414

RGB

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

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

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

R = 50.74%
G = 44.33%
B = 4.93%

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

#CEB414 (or 0xCEB414) is known color: Bird Flower. HEX triplet: CE, B4 and 14. RGB value is (206,180,20). Sum of RGB (Red+Green+Blue) = 206+180+20=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB414 is #314BEB. Grayscale: #AAAAAA. Windows color (decimal): -3230700 or 1357006. OLE color: 1357006.

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

Color convert

RGB 206 180 20 -
CMYK 0 0.13 0.90 0.19
HSL 51.61º 0.82% 0.44% -
HSV(B) 51.61º 0.9% 0.81% -
XYZ 41.9 45.81 7.3 -
YUV 169.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 206 180 20 0 0.13 0.90 0.19 51.61 0.82 0.44
Hex CE B4 14 0 D 5A 13 34 52 2C
Octal 316 264 24 0 15 132 23 64 122 54
Binary 11001110 10110100 10100 0 1101 1011010 10011 110100 1010010 101100

Color Harmonies of #CEB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB414

Black with #CEB414

Text Example


Text Example

White with #CEB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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