Html Css Color HEX #CEBB14 Bird Flower

📋 copy color: '#CEBB14'

red 206 ◦ green 187 ◦ blue 20

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

Shades of Bird Flower #CEBB14

Tints of Bird Flower #CEBB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 49.88%
G = 45.28%
B = 4.84%

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

#CEBB14 (or 0xCEBB14) is known color: Bird Flower. HEX triplet: CE, BB and 14. RGB value is (206,187,20). Sum of RGB (Red+Green+Blue) = 206+187+20=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB14 is #3144EB. Grayscale: #AEAEAE. Windows color (decimal): -3228908 or 1358798. OLE color: 1358798.

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

Color convert

RGB 206 187 20 -
CMYK 0 0.09 0.90 0.19
HSL 53.87º 0.82% 0.44% -
HSV(B) 53.87º 0.9% 0.81% -
XYZ 43.35 48.71 7.78 -
YUV 173.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 206 187 20 0 0.09 0.90 0.19 53.87 0.82 0.44
Hex CE BB 14 0 9 5A 13 36 52 2C
Octal 316 273 24 0 11 132 23 66 122 54
Binary 11001110 10111011 10100 0 1001 1011010 10011 110110 1010010 101100

Color Harmonies of #CEBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB14

Black with #CEBB14

Text Example


Text Example

White with #CEBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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