Html Css Color HEX #CEB50A Bird Flower

📋 copy color: '#CEB50A'

red 206 ◦ green 181 ◦ blue 10

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

Shades of Bird Flower #CEB50A

Tints of Bird Flower #CEB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 51.89%
G = 45.59%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEB50A (or 0xCEB50A) is known color: Bird Flower. HEX triplet: CE, B5 and 0A. RGB value is (206,181,10). Sum of RGB (Red+Green+Blue) = 206+181+10=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB50A is #314AF5. Grayscale: #A9A9A9. Windows color (decimal): -3230454 or 701902. OLE color: 701902.

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

Color convert

RGB 206 181 10 -
CMYK 0 0.12 0.95 0.19
HSL 52.35º 0.91% 0.42% -
HSV(B) 52.35º 0.95% 0.81% -
XYZ 42.03 46.19 6.99 -
YUV 168.98 38.28 154.4 -
System Red Green Blue C M Y K H S L
Decimal 206 181 10 0 0.12 0.95 0.19 52.35 0.91 0.42
Hex CE B5 A 0 C 5F 13 34 5B 2A
Octal 316 265 12 0 14 137 23 64 133 52
Binary 11001110 10110101 1010 0 1100 1011111 10011 110100 1011011 101010

Color Harmonies of #CEB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB50A

Black with #CEB50A

Text Example


Text Example

White with #CEB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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