Html Css Color HEX #CEB048 Sundance

📋 copy color: '#CEB048'

red 206 ◦ green 176 ◦ blue 72

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

Shades of Sundance #CEB048

Tints of Sundance #CEB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 72 (28.52% from 255) = 15.86%

R = 45.37%
G = 38.77%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB048 (or 0xCEB048) is known color: Sundance. HEX triplet: CE, B0 and 48. RGB value is (206,176,72). Sum of RGB (Red+Green+Blue) = 206+176+72=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB048 is #314FB7. Grayscale: #ADADAD. Windows color (decimal): -3231672 or 4763854. OLE color: 4763854.

HSL color Cylindrical-coordinate representation of color #CEB048: hue angle of 46.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEB048 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 72 -
CMYK 0 0.15 0.65 0.19
HSL 46.57º 0.58% 0.55% -
HSV(B) 46.57º 0.65% 0.81% -
XYZ 42.15 44.64 12.53 -
YUV 173.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 206 176 72 0 0.15 0.65 0.19 46.57 0.58 0.55
Hex CE B0 48 0 F 41 13 2F 3A 37
Octal 316 260 110 0 17 101 23 57 72 67
Binary 11001110 10110000 1001000 0 1111 1000001 10011 101111 111010 110111

Color Harmonies of #CEB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB048

Black with #CEB048

Text Example


Text Example

White with #CEB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB048; }

 p { color: rgb(206,176,72); }

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

background-color css

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

 a { background-color: rgb(206,176,72); }

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

border-color css

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

 span { border-color: rgb(206,176,72); }

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