Html Css Color HEX #CBB253 Sundance

📋 copy color: '#CBB253'

red 203 ◦ green 178 ◦ blue 83

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

Shades of Sundance #CBB253

Tints of Sundance #CBB253

RGB

 RED value IS 203 (79.69% from 255) = 43.75%

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

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 43.75%
G = 38.36%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CBB253 (or 0xCBB253) is known color: Sundance. HEX triplet: CB, B2 and 53. RGB value is (203,178,83). Sum of RGB (Red+Green+Blue) = 203+178+83=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB253 is #344DAC. Grayscale: #AFAFAF. Windows color (decimal): -3427757 or 5485259. OLE color: 5485259.

HSL color Cylindrical-coordinate representation of color #CBB253: hue angle of 47.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBB253 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 83 -
CMYK 0 0.12 0.59 0.20
HSL 47.5º 0.54% 0.56% -
HSV(B) 47.5º 0.59% 0.8% -
XYZ 42.11 45.16 14.68 -
YUV 174.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 203 178 83 0 0.12 0.59 0.20 47.5 0.54 0.56
Hex CB B2 53 0 C 3B 14 30 36 38
Octal 313 262 123 0 14 73 24 60 66 70
Binary 11001011 10110010 1010011 0 1100 111011 10100 110000 110110 111000

Color Harmonies of #CBB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB253

Black with #CBB253

Text Example


Text Example

White with #CBB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB253; }

 p { color: rgb(203,178,83); }

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

background-color css

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

 a { background-color: rgb(203,178,83); }

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

border-color css

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

 span { border-color: rgb(203,178,83); }

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