Html Css Color HEX #CEBB10 Bird Flower

📋 copy color: '#CEBB10'

red 206 ◦ green 187 ◦ blue 16

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

Shades of Bird Flower #CEBB10

Tints of Bird Flower #CEBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 50.37%
G = 45.72%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEBB10 (or 0xCEBB10) is known color: Bird Flower. HEX triplet: CE, BB and 10. RGB value is (206,187,16). Sum of RGB (Red+Green+Blue) = 206+187+16=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB10 is #3144EF. Grayscale: #ADADAD. Windows color (decimal): -3228912 or 1096654. OLE color: 1096654.

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

Color convert

RGB 206 187 16 -
CMYK 0 0.09 0.92 0.19
HSL 54º 0.86% 0.44% -
HSV(B) 54º 0.92% 0.81% -
XYZ 43.32 48.7 7.61 -
YUV 173.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 206 187 16 0 0.09 0.92 0.19 54 0.86 0.44
Hex CE BB 10 0 9 5C 13 36 56 2C
Octal 316 273 20 0 11 134 23 66 126 54
Binary 11001110 10111011 10000 0 1001 1011100 10011 110110 1010110 101100

Color Harmonies of #CEBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB10

Black with #CEBB10

Text Example


Text Example

White with #CEBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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