Html Css Color HEX #CEB60B Bird Flower

📋 copy color: '#CEB60B'

red 206 ◦ green 182 ◦ blue 11

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

Shades of Bird Flower #CEB60B

Tints of Bird Flower #CEB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 51.63%
G = 45.61%
B = 2.76%

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

#CEB60B (or 0xCEB60B) is known color: Bird Flower. HEX triplet: CE, B6 and 0B. RGB value is (206,182,11). Sum of RGB (Red+Green+Blue) = 206+182+11=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB60B is #3149F4. Grayscale: #AAAAAA. Windows color (decimal): -3230197 or 767694. OLE color: 767694.

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

Color convert

RGB 206 182 11 -
CMYK 0 0.12 0.95 0.19
HSL 52.62º 0.9% 0.43% -
HSV(B) 52.62º 0.95% 0.81% -
XYZ 42.24 46.6 7.09 -
YUV 169.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 206 182 11 0 0.12 0.95 0.19 52.62 0.9 0.43
Hex CE B6 B 0 C 5F 13 35 5A 2B
Octal 316 266 13 0 14 137 23 65 132 53
Binary 11001110 10110110 1011 0 1100 1011111 10011 110101 1011010 101011

Color Harmonies of #CEB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB60B

Black with #CEB60B

Text Example


Text Example

White with #CEB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB60B; }

 p { color: rgb(206,182,11); }

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

background-color css

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

 a { background-color: rgb(206,182,11); }

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

border-color css

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

 span { border-color: rgb(206,182,11); }

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