Html Css Color HEX #CCB24A Sundance

📋 copy color: '#CCB24A'

red 204 ◦ green 178 ◦ blue 74

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

Shades of Sundance #CCB24A

Tints of Sundance #CCB24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 44.74%
G = 39.04%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB24A (or 0xCCB24A) is known color: Sundance. HEX triplet: CC, B2 and 4A. RGB value is (204,178,74). Sum of RGB (Red+Green+Blue) = 204+178+74=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB24A is #334DB5. Grayscale: #AEAEAE. Windows color (decimal): -3362230 or 4895436. OLE color: 4895436.

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

Color convert

RGB 204 178 74 -
CMYK 0 0.13 0.64 0.2
HSL 48º 0.56% 0.55% -
HSV(B) 48º 0.64% 0.8% -
XYZ 42.06 45.17 12.98 -
YUV 173.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 204 178 74 0 0.13 0.64 0.2 48 0.56 0.55
Hex CC B2 4A 0 D 40 14 30 38 37
Octal 314 262 112 0 15 100 24 60 70 67
Binary 11001100 10110010 1001010 0 1101 1000000 10100 110000 111000 110111

Color Harmonies of #CCB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB24A

Black with #CCB24A

Text Example


Text Example

White with #CCB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB24A; }

 p { color: rgb(204,178,74); }

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

background-color css

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

 a { background-color: rgb(204,178,74); }

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

border-color css

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

 span { border-color: rgb(204,178,74); }

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