Html Css Color HEX #CEBB06 Bird Flower

📋 copy color: '#CEBB06'

red 206 ◦ green 187 ◦ blue 6

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

Shades of Bird Flower #CEBB06

Tints of Bird Flower #CEBB06

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.87%

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

R = 51.63%
G = 46.87%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEBB06 (or 0xCEBB06) is known color: Bird Flower. HEX triplet: CE, BB and 06. RGB value is (206,187,6). Sum of RGB (Red+Green+Blue) = 206+187+6=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB06 is #3144F9. Grayscale: #ACACAC. Windows color (decimal): -3228922 or 441294. OLE color: 441294.

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

Color convert

RGB 206 187 6 -
CMYK 0 0.09 0.97 0.19
HSL 54.3º 0.94% 0.42% -
HSV(B) 54.3º 0.97% 0.81% -
XYZ 43.26 48.68 7.29 -
YUV 172.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 206 187 6 0 0.09 0.97 0.19 54.3 0.94 0.42
Hex CE BB 6 0 9 61 13 36 5E 2A
Octal 316 273 6 0 11 141 23 66 136 52
Binary 11001110 10111011 110 0 1001 1100001 10011 110110 1011110 101010

Color Harmonies of #CEBB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB06

Black with #CEBB06

Text Example


Text Example

White with #CEBB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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