Html Css Color HEX #CCB44C Sundance

📋 copy color: '#CCB44C'

red 204 ◦ green 180 ◦ blue 76

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

Shades of Sundance #CCB44C

Tints of Sundance #CCB44C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

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

R = 44.35%
G = 39.13%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB44C (or 0xCCB44C) is known color: Sundance. HEX triplet: CC, B4 and 4C. RGB value is (204,180,76). Sum of RGB (Red+Green+Blue) = 204+180+76=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB44C is #334BB3. Grayscale: #AFAFAF. Windows color (decimal): -3361716 or 5027020. OLE color: 5027020.

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

Color convert

RGB 204 180 76 -
CMYK 0 0.12 0.63 0.2
HSL 48.75º 0.56% 0.55% -
HSV(B) 48.75º 0.63% 0.8% -
XYZ 42.53 46 13.48 -
YUV 175.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 204 180 76 0 0.12 0.63 0.2 48.75 0.56 0.55
Hex CC B4 4C 0 C 3F 14 31 38 37
Octal 314 264 114 0 14 77 24 61 70 67
Binary 11001100 10110100 1001100 0 1100 111111 10100 110001 111000 110111

Color Harmonies of #CCB44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB44C

Black with #CCB44C

Text Example


Text Example

White with #CCB44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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