Html Css Color HEX #CEBC0A Bird Flower

📋 copy color: '#CEBC0A'

red 206 ◦ green 188 ◦ blue 10

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

Shades of Bird Flower #CEBC0A

Tints of Bird Flower #CEBC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 50.99%
G = 46.53%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEBC0A (or 0xCEBC0A) is known color: Bird Flower. HEX triplet: CE, BC and 0A. RGB value is (206,188,10). Sum of RGB (Red+Green+Blue) = 206+188+10=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC0A is #3143F5. Grayscale: #ADADAD. Windows color (decimal): -3228662 or 703694. OLE color: 703694.

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

Color convert

RGB 206 188 10 -
CMYK 0 0.09 0.95 0.19
HSL 54.49º 0.91% 0.42% -
HSV(B) 54.49º 0.95% 0.81% -
XYZ 43.49 49.11 7.47 -
YUV 173.09 35.96 151.47 -
System Red Green Blue C M Y K H S L
Decimal 206 188 10 0 0.09 0.95 0.19 54.49 0.91 0.42
Hex CE BC A 0 9 5F 13 36 5B 2A
Octal 316 274 12 0 11 137 23 66 133 52
Binary 11001110 10111100 1010 0 1001 1011111 10011 110110 1011011 101010

Color Harmonies of #CEBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC0A

Black with #CEBC0A

Text Example


Text Example

White with #CEBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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