Html Css Color HEX #CEB250 Sundance

📋 copy color: '#CEB250'

red 206 ◦ green 178 ◦ blue 80

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

Shades of Sundance #CEB250

Tints of Sundance #CEB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 44.4%
G = 38.36%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEB250 (or 0xCEB250) is known color: Sundance. HEX triplet: CE, B2 and 50. RGB value is (206,178,80). Sum of RGB (Red+Green+Blue) = 206+178+80=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB250 is #314DAF. Grayscale: #AFAFAF. Windows color (decimal): -3231152 or 5288654. OLE color: 5288654.

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

Color convert

RGB 206 178 80 -
CMYK 0 0.14 0.61 0.19
HSL 46.67º 0.56% 0.56% -
HSV(B) 46.67º 0.61% 0.81% -
XYZ 42.82 45.54 14.12 -
YUV 175.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 206 178 80 0 0.14 0.61 0.19 46.67 0.56 0.56
Hex CE B2 50 0 E 3D 13 2F 38 38
Octal 316 262 120 0 16 75 23 57 70 70
Binary 11001110 10110010 1010000 0 1110 111101 10011 101111 111000 111000

Color Harmonies of #CEB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB250

Black with #CEB250

Text Example


Text Example

White with #CEB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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