Html Css Color HEX #CEB550 Sundance

📋 copy color: '#CEB550'

red 206 ◦ green 181 ◦ blue 80

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

Shades of Sundance #CEB550

Tints of Sundance #CEB550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 44.11%
G = 38.76%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEB550 (or 0xCEB550) is known color: Sundance. HEX triplet: CE, B5 and 50. RGB value is (206,181,80). Sum of RGB (Red+Green+Blue) = 206+181+80=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB550 is #314AAF. Grayscale: #B1B1B1. Windows color (decimal): -3230384 or 5289422. OLE color: 5289422.

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

Color convert

RGB 206 181 80 -
CMYK 0 0.12 0.61 0.19
HSL 48.1º 0.56% 0.56% -
HSV(B) 48.1º 0.61% 0.81% -
XYZ 43.43 46.75 14.32 -
YUV 176.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 206 181 80 0 0.12 0.61 0.19 48.1 0.56 0.56
Hex CE B5 50 0 C 3D 13 30 38 38
Octal 316 265 120 0 14 75 23 60 70 70
Binary 11001110 10110101 1010000 0 1100 111101 10011 110000 111000 111000

Color Harmonies of #CEB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB550

Black with #CEB550

Text Example


Text Example

White with #CEB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB550; }

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

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

background-color css

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

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

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

border-color css

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

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

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