Html Css Color HEX #CEB618 Bird Flower

📋 copy color: '#CEB618'

red 206 ◦ green 182 ◦ blue 24

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

Shades of Bird Flower #CEB618

Tints of Bird Flower #CEB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

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

R = 50%
G = 44.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB618 (or 0xCEB618) is known color: Bird Flower. HEX triplet: CE, B6 and 18. RGB value is (206,182,24). Sum of RGB (Red+Green+Blue) = 206+182+24=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB618 is #3149E7. Grayscale: #ABABAB. Windows color (decimal): -3230184 or 1619662. OLE color: 1619662.

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

Color convert

RGB 206 182 24 -
CMYK 0 0.12 0.88 0.19
HSL 52.09º 0.79% 0.45% -
HSV(B) 52.09º 0.88% 0.81% -
XYZ 42.35 46.64 7.64 -
YUV 171.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 206 182 24 0 0.12 0.88 0.19 52.09 0.79 0.45
Hex CE B6 18 0 C 58 13 34 4F 2D
Octal 316 266 30 0 14 130 23 64 117 55
Binary 11001110 10110110 11000 0 1100 1011000 10011 110100 1001111 101101

Color Harmonies of #CEB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB618

Black with #CEB618

Text Example


Text Example

White with #CEB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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