Html Css Color HEX #CEB650 Sundance

📋 copy color: '#CEB650'

red 206 ◦ green 182 ◦ blue 80

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

Shades of Sundance #CEB650

Tints of Sundance #CEB650

RGB

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

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

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

R = 44.02%
G = 38.89%
B = 17.09%

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

#CEB650 (or 0xCEB650) is known color: Sundance. HEX triplet: CE, B6 and 50. RGB value is (206,182,80). Sum of RGB (Red+Green+Blue) = 206+182+80=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB650 is #3149AF. Grayscale: #B1B1B1. Windows color (decimal): -3230128 or 5289678. OLE color: 5289678.

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

Color convert

RGB 206 182 80 -
CMYK 0 0.12 0.61 0.19
HSL 48.57º 0.56% 0.56% -
HSV(B) 48.57º 0.61% 0.81% -
XYZ 43.63 47.16 14.39 -
YUV 177.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 206 182 80 0 0.12 0.61 0.19 48.57 0.56 0.56
Hex CE B6 50 0 C 3D 13 31 38 38
Octal 316 266 120 0 14 75 23 61 70 70
Binary 11001110 10110110 1010000 0 1100 111101 10011 110001 111000 111000

Color Harmonies of #CEB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB650

Black with #CEB650

Text Example


Text Example

White with #CEB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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