Html Css Color HEX #CEB613 Bird Flower

📋 copy color: '#CEB613'

red 206 ◦ green 182 ◦ blue 19

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

Shades of Bird Flower #CEB613

Tints of Bird Flower #CEB613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 50.61%
G = 44.72%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB613 (or 0xCEB613) is known color: Bird Flower. HEX triplet: CE, B6 and 13. RGB value is (206,182,19). Sum of RGB (Red+Green+Blue) = 206+182+19=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB613 is #3149EC. Grayscale: #ABABAB. Windows color (decimal): -3230189 or 1291982. OLE color: 1291982.

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

Color convert

RGB 206 182 19 -
CMYK 0 0.12 0.91 0.19
HSL 52.3º 0.83% 0.44% -
HSV(B) 52.3º 0.91% 0.81% -
XYZ 42.3 46.62 7.39 -
YUV 170.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 206 182 19 0 0.12 0.91 0.19 52.3 0.83 0.44
Hex CE B6 13 0 C 5B 13 34 53 2C
Octal 316 266 23 0 14 133 23 64 123 54
Binary 11001110 10110110 10011 0 1100 1011011 10011 110100 1010011 101100

Color Harmonies of #CEB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB613

Black with #CEB613

Text Example


Text Example

White with #CEB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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