Html Css Color HEX #CCB053 Sundance

📋 copy color: '#CCB053'

red 204 ◦ green 176 ◦ blue 83

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

Shades of Sundance #CCB053

Tints of Sundance #CCB053

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

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

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

R = 44.06%
G = 38.01%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCB053 (or 0xCCB053) is known color: Sundance. HEX triplet: CC, B0 and 53. RGB value is (204,176,83). Sum of RGB (Red+Green+Blue) = 204+176+83=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB053 is #334FAC. Grayscale: #AEAEAE. Windows color (decimal): -3362733 or 5484748. OLE color: 5484748.

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

Color convert

RGB 204 176 83 -
CMYK 0 0.14 0.59 0.2
HSL 46.12º 0.54% 0.56% -
HSV(B) 46.12º 0.59% 0.8% -
XYZ 41.99 44.51 14.56 -
YUV 173.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 204 176 83 0 0.14 0.59 0.2 46.12 0.54 0.56
Hex CC B0 53 0 E 3B 14 2E 36 38
Octal 314 260 123 0 16 73 24 56 66 70
Binary 11001100 10110000 1010011 0 1110 111011 10100 101110 110110 111000

Color Harmonies of #CCB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB053

Black with #CCB053

Text Example


Text Example

White with #CCB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB053; }

 p { color: rgb(204,176,83); }

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

background-color css

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

 a { background-color: rgb(204,176,83); }

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

border-color css

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

 span { border-color: rgb(204,176,83); }

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