Html Css Color HEX #CEB609 Bird Flower

📋 copy color: '#CEB609'

red 206 ◦ green 182 ◦ blue 9

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

Shades of Bird Flower #CEB609

Tints of Bird Flower #CEB609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 51.89%
G = 45.84%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB609 (or 0xCEB609) is known color: Bird Flower. HEX triplet: CE, B6 and 09. RGB value is (206,182,9). Sum of RGB (Red+Green+Blue) = 206+182+9=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB609 is #3149F6. Grayscale: #AAAAAA. Windows color (decimal): -3230199 or 636622. OLE color: 636622.

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

Color convert

RGB 206 182 9 -
CMYK 0 0.12 0.96 0.19
HSL 52.69º 0.92% 0.42% -
HSV(B) 52.69º 0.96% 0.81% -
XYZ 42.23 46.6 7.03 -
YUV 169.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 206 182 9 0 0.12 0.96 0.19 52.69 0.92 0.42
Hex CE B6 9 0 C 60 13 35 5C 2A
Octal 316 266 11 0 14 140 23 65 134 52
Binary 11001110 10110110 1001 0 1100 1100000 10011 110101 1011100 101010

Color Harmonies of #CEB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB609

Black with #CEB609

Text Example


Text Example

White with #CEB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB609; }

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

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

background-color css

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

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

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

border-color css

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

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

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