Html Css Color HEX #CEB10A Bird Flower

📋 copy color: '#CEB10A'

red 206 ◦ green 177 ◦ blue 10

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

Shades of Bird Flower #CEB10A

Tints of Bird Flower #CEB10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

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

R = 52.42%
G = 45.04%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEB10A (or 0xCEB10A) is known color: Bird Flower. HEX triplet: CE, B1 and 0A. RGB value is (206,177,10). Sum of RGB (Red+Green+Blue) = 206+177+10=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB10A is #314EF5. Grayscale: #A7A7A7. Windows color (decimal): -3231478 or 700878. OLE color: 700878.

HSL color Cylindrical-coordinate representation of color #CEB10A: hue angle of 51.12º 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 #CEB10A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 10 -
CMYK 0 0.14 0.95 0.19
HSL 51.12º 0.91% 0.42% -
HSV(B) 51.12º 0.95% 0.81% -
XYZ 41.23 44.59 6.72 -
YUV 166.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 206 177 10 0 0.14 0.95 0.19 51.12 0.91 0.42
Hex CE B1 A 0 E 5F 13 33 5B 2A
Octal 316 261 12 0 16 137 23 63 133 52
Binary 11001110 10110001 1010 0 1110 1011111 10011 110011 1011011 101010

Color Harmonies of #CEB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB10A

Black with #CEB10A

Text Example


Text Example

White with #CEB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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