Html Css Color HEX #CEB109 Bird Flower

📋 copy color: '#CEB109'

red 206 ◦ green 177 ◦ blue 9

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

Shades of Bird Flower #CEB109

Tints of Bird Flower #CEB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.15%

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

R = 52.55%
G = 45.15%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB109 (or 0xCEB109) is known color: Bird Flower. HEX triplet: CE, B1 and 09. RGB value is (206,177,9). Sum of RGB (Red+Green+Blue) = 206+177+9=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB109 is #314EF6. Grayscale: #A7A7A7. Windows color (decimal): -3231479 or 635342. OLE color: 635342.

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

Color convert

RGB 206 177 9 -
CMYK 0 0.14 0.96 0.19
HSL 51.17º 0.92% 0.42% -
HSV(B) 51.17º 0.96% 0.81% -
XYZ 41.23 44.59 6.69 -
YUV 166.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 206 177 9 0 0.14 0.96 0.19 51.17 0.92 0.42
Hex CE B1 9 0 E 60 13 33 5C 2A
Octal 316 261 11 0 16 140 23 63 134 52
Binary 11001110 10110001 1001 0 1110 1100000 10011 110011 1011100 101010

Color Harmonies of #CEB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB109

Black with #CEB109

Text Example


Text Example

White with #CEB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB109; }

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

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

background-color css

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

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

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

border-color css

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

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

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