Html Css Color HEX #CEB418 Bird Flower

📋 copy color: '#CEB418'

red 206 ◦ green 180 ◦ blue 24

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

Shades of Bird Flower #CEB418

Tints of Bird Flower #CEB418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 50.24%
G = 43.9%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB418 (or 0xCEB418) is known color: Bird Flower. HEX triplet: CE, B4 and 18. RGB value is (206,180,24). Sum of RGB (Red+Green+Blue) = 206+180+24=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB418 is #314BE7. Grayscale: #AAAAAA. Windows color (decimal): -3230696 or 1619150. OLE color: 1619150.

HSL color Cylindrical-coordinate representation of color #CEB418: hue angle of 51.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEB418 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 24 -
CMYK 0 0.13 0.88 0.19
HSL 51.43º 0.79% 0.45% -
HSV(B) 51.43º 0.88% 0.81% -
XYZ 41.94 45.83 7.5 -
YUV 169.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 206 180 24 0 0.13 0.88 0.19 51.43 0.79 0.45
Hex CE B4 18 0 D 58 13 33 4F 2D
Octal 316 264 30 0 15 130 23 63 117 55
Binary 11001110 10110100 11000 0 1101 1011000 10011 110011 1001111 101101

Color Harmonies of #CEB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB418

Black with #CEB418

Text Example


Text Example

White with #CEB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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