Html Css Color HEX #CEB350 Sundance

📋 copy color: '#CEB350'

red 206 ◦ green 179 ◦ blue 80

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

Shades of Sundance #CEB350

Tints of Sundance #CEB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

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

R = 44.3%
G = 38.49%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEB350 (or 0xCEB350) is known color: Sundance. HEX triplet: CE, B3 and 50. RGB value is (206,179,80). Sum of RGB (Red+Green+Blue) = 206+179+80=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB350 is #314CAF. Grayscale: #B0B0B0. Windows color (decimal): -3230896 or 5288910. OLE color: 5288910.

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

Color convert

RGB 206 179 80 -
CMYK 0 0.13 0.61 0.19
HSL 47.14º 0.56% 0.56% -
HSV(B) 47.14º 0.61% 0.81% -
XYZ 43.02 45.94 14.19 -
YUV 175.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 206 179 80 0 0.13 0.61 0.19 47.14 0.56 0.56
Hex CE B3 50 0 D 3D 13 2F 38 38
Octal 316 263 120 0 15 75 23 57 70 70
Binary 11001110 10110011 1010000 0 1101 111101 10011 101111 111000 111000

Color Harmonies of #CEB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB350

Black with #CEB350

Text Example


Text Example

White with #CEB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB350; }

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

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

background-color css

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

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

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

border-color css

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

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

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