Html Css Color HEX #CEB206 Bird Flower

📋 copy color: '#CEB206'

red 206 ◦ green 178 ◦ blue 6

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

Shades of Bird Flower #CEB206

Tints of Bird Flower #CEB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 52.82%
G = 45.64%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEB206 (or 0xCEB206) is known color: Bird Flower. HEX triplet: CE, B2 and 06. RGB value is (206,178,6). Sum of RGB (Red+Green+Blue) = 206+178+6=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB206 is #314DF9. Grayscale: #A7A7A7. Windows color (decimal): -3231226 or 438990. OLE color: 438990.

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

Color convert

RGB 206 178 6 -
CMYK 0 0.14 0.97 0.19
HSL 51.6º 0.94% 0.42% -
HSV(B) 51.6º 0.97% 0.81% -
XYZ 41.41 44.98 6.67 -
YUV 166.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 206 178 6 0 0.14 0.97 0.19 51.6 0.94 0.42
Hex CE B2 6 0 E 61 13 34 5E 2A
Octal 316 262 6 0 16 141 23 64 136 52
Binary 11001110 10110010 110 0 1110 1100001 10011 110100 1011110 101010

Color Harmonies of #CEB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB206

Black with #CEB206

Text Example


Text Example

White with #CEB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB206; }

 p { color: rgb(206,178,6); }

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

background-color css

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

 a { background-color: rgb(206,178,6); }

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

border-color css

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

 span { border-color: rgb(206,178,6); }

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