Html Css Color HEX #CCB54C Sundance

📋 copy color: '#CCB54C'

red 204 ◦ green 181 ◦ blue 76

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

Shades of Sundance #CCB54C

Tints of Sundance #CCB54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

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

R = 44.25%
G = 39.26%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB54C (or 0xCCB54C) is known color: Sundance. HEX triplet: CC, B5 and 4C. RGB value is (204,181,76). Sum of RGB (Red+Green+Blue) = 204+181+76=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB54C is #334AB3. Grayscale: #B0B0B0. Windows color (decimal): -3361460 or 5027276. OLE color: 5027276.

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

Color convert

RGB 204 181 76 -
CMYK 0 0.11 0.63 0.2
HSL 49.22º 0.56% 0.55% -
HSV(B) 49.22º 0.63% 0.8% -
XYZ 42.73 46.41 13.54 -
YUV 175.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 204 181 76 0 0.11 0.63 0.2 49.22 0.56 0.55
Hex CC B5 4C 0 B 3F 14 31 38 37
Octal 314 265 114 0 13 77 24 61 70 67
Binary 11001100 10110101 1001100 0 1011 111111 10100 110001 111000 110111

Color Harmonies of #CCB54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB54C

Black with #CCB54C

Text Example


Text Example

White with #CCB54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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