Html Css Color HEX #CCB049 Sundance

📋 copy color: '#CCB049'

red 204 ◦ green 176 ◦ blue 73

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

Shades of Sundance #CCB049

Tints of Sundance #CCB049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 45.03%
G = 38.85%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB049 (or 0xCCB049) is known color: Sundance. HEX triplet: CC, B0 and 49. RGB value is (204,176,73). Sum of RGB (Red+Green+Blue) = 204+176+73=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB049 is #334FB6. Grayscale: #ADADAD. Windows color (decimal): -3362743 or 4829388. OLE color: 4829388.

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

Color convert

RGB 204 176 73 -
CMYK 0 0.14 0.64 0.2
HSL 47.18º 0.56% 0.54% -
HSV(B) 47.18º 0.64% 0.8% -
XYZ 41.63 44.37 12.67 -
YUV 172.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 204 176 73 0 0.14 0.64 0.2 47.18 0.56 0.54
Hex CC B0 49 0 E 40 14 2F 38 36
Octal 314 260 111 0 16 100 24 57 70 66
Binary 11001100 10110000 1001001 0 1110 1000000 10100 101111 111000 110110

Color Harmonies of #CCB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB049

Black with #CCB049

Text Example


Text Example

White with #CCB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB049; }

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

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

background-color css

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

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

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

border-color css

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

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

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