Html Css Color HEX #CEB619 Bird Flower

📋 copy color: '#CEB619'

red 206 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #CEB619

Tints of Bird Flower #CEB619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 49.88%
G = 44.07%
B = 6.05%

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

#CEB619 (or 0xCEB619) is known color: Bird Flower. HEX triplet: CE, B6 and 19. RGB value is (206,182,25). Sum of RGB (Red+Green+Blue) = 206+182+25=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB619 is #3149E6. Grayscale: #ABABAB. Windows color (decimal): -3230183 or 1685198. OLE color: 1685198.

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

Color convert

RGB 206 182 25 -
CMYK 0 0.12 0.88 0.19
HSL 52.04º 0.78% 0.45% -
HSV(B) 52.04º 0.88% 0.81% -
XYZ 42.36 46.65 7.69 -
YUV 171.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 206 182 25 0 0.12 0.88 0.19 52.04 0.78 0.45
Hex CE B6 19 0 C 58 13 34 4E 2D
Octal 316 266 31 0 14 130 23 64 116 55
Binary 11001110 10110110 11001 0 1100 1011000 10011 110100 1001110 101101

Color Harmonies of #CEB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB619

Black with #CEB619

Text Example


Text Example

White with #CEB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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