Html Css Color HEX #CEBC13 Bird Flower

📋 copy color: '#CEBC13'

red 206 ◦ green 188 ◦ blue 19

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

Shades of Bird Flower #CEBC13

Tints of Bird Flower #CEBC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 49.88%
G = 45.52%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEBC13 (or 0xCEBC13) is known color: Bird Flower. HEX triplet: CE, BC and 13. RGB value is (206,188,19). Sum of RGB (Red+Green+Blue) = 206+188+19=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC13 is #3143EC. Grayscale: #AEAEAE. Windows color (decimal): -3228653 or 1293518. OLE color: 1293518.

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

Color convert

RGB 206 188 19 -
CMYK 0 0.09 0.91 0.19
HSL 54.22º 0.83% 0.44% -
HSV(B) 54.22º 0.91% 0.81% -
XYZ 43.55 49.14 7.8 -
YUV 174.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 206 188 19 0 0.09 0.91 0.19 54.22 0.83 0.44
Hex CE BC 13 0 9 5B 13 36 53 2C
Octal 316 274 23 0 11 133 23 66 123 54
Binary 11001110 10111100 10011 0 1001 1011011 10011 110110 1010011 101100

Color Harmonies of #CEBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC13

Black with #CEBC13

Text Example


Text Example

White with #CEBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC13; }

 p { color: rgb(206,188,19); }

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

background-color css

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

 a { background-color: rgb(206,188,19); }

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

border-color css

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

 span { border-color: rgb(206,188,19); }

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