Html Css Color HEX #CEBC0C Bird Flower

📋 copy color: '#CEBC0C'

red 206 ◦ green 188 ◦ blue 12

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

Shades of Bird Flower #CEBC0C

Tints of Bird Flower #CEBC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 50.74%
G = 46.31%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEBC0C (or 0xCEBC0C) is known color: Bird Flower. HEX triplet: CE, BC and 0C. RGB value is (206,188,12). Sum of RGB (Red+Green+Blue) = 206+188+12=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC0C is #3143F3. Grayscale: #AEAEAE. Windows color (decimal): -3228660 or 834766. OLE color: 834766.

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

Color convert

RGB 206 188 12 -
CMYK 0 0.09 0.94 0.19
HSL 54.43º 0.89% 0.43% -
HSV(B) 54.43º 0.94% 0.81% -
XYZ 43.5 49.11 7.54 -
YUV 173.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 206 188 12 0 0.09 0.94 0.19 54.43 0.89 0.43
Hex CE BC C 0 9 5E 13 36 59 2B
Octal 316 274 14 0 11 136 23 66 131 53
Binary 11001110 10111100 1100 0 1001 1011110 10011 110110 1011001 101011

Color Harmonies of #CEBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC0C

Black with #CEBC0C

Text Example


Text Example

White with #CEBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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