Html Css Color HEX #CCB04C Sundance

📋 copy color: '#CCB04C'

red 204 ◦ green 176 ◦ blue 76

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

Shades of Sundance #CCB04C

Tints of Sundance #CCB04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.67%

R = 44.74%
G = 38.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB04C (or 0xCCB04C) is known color: Sundance. HEX triplet: CC, B0 and 4C. RGB value is (204,176,76). Sum of RGB (Red+Green+Blue) = 204+176+76=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB04C is #334FB3. Grayscale: #ADADAD. Windows color (decimal): -3362740 or 5025996. OLE color: 5025996.

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

Color convert

RGB 204 176 76 -
CMYK 0 0.14 0.63 0.2
HSL 46.88º 0.56% 0.55% -
HSV(B) 46.88º 0.63% 0.8% -
XYZ 41.73 44.41 13.21 -
YUV 172.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 204 176 76 0 0.14 0.63 0.2 46.88 0.56 0.55
Hex CC B0 4C 0 E 3F 14 2F 38 37
Octal 314 260 114 0 16 77 24 57 70 67
Binary 11001100 10110000 1001100 0 1110 111111 10100 101111 111000 110111

Color Harmonies of #CCB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04C

Black with #CCB04C

Text Example


Text Example

White with #CCB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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