Html Css Color HEX #CEBB15 Bird Flower

📋 copy color: '#CEBB15'

red 206 ◦ green 187 ◦ blue 21

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

Shades of Bird Flower #CEBB15

Tints of Bird Flower #CEBB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.07%

R = 49.76%
G = 45.17%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEBB15 (or 0xCEBB15) is known color: Bird Flower. HEX triplet: CE, BB and 15. RGB value is (206,187,21). Sum of RGB (Red+Green+Blue) = 206+187+21=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB15 is #3144EA. Grayscale: #AEAEAE. Windows color (decimal): -3228907 or 1424334. OLE color: 1424334.

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

Color convert

RGB 206 187 21 -
CMYK 0 0.09 0.90 0.19
HSL 53.84º 0.81% 0.45% -
HSV(B) 53.84º 0.9% 0.81% -
XYZ 43.36 48.72 7.83 -
YUV 173.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 206 187 21 0 0.09 0.90 0.19 53.84 0.81 0.45
Hex CE BB 15 0 9 5A 13 36 51 2D
Octal 316 273 25 0 11 132 23 66 121 55
Binary 11001110 10111011 10101 0 1001 1011010 10011 110110 1010001 101101

Color Harmonies of #CEBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB15

Black with #CEBB15

Text Example


Text Example

White with #CEBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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