Html Css Color HEX #CCB34C Sundance

📋 copy color: '#CCB34C'

red 204 ◦ green 179 ◦ blue 76

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

Shades of Sundance #CCB34C

Tints of Sundance #CCB34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39%

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

R = 44.44%
G = 39%
B = 16.56%

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

#CCB34C (or 0xCCB34C) is known color: Sundance. HEX triplet: CC, B3 and 4C. RGB value is (204,179,76). Sum of RGB (Red+Green+Blue) = 204+179+76=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB34C is #334CB3. Grayscale: #AFAFAF. Windows color (decimal): -3361972 or 5026764. OLE color: 5026764.

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

Color convert

RGB 204 179 76 -
CMYK 0 0.12 0.63 0.2
HSL 48.28º 0.56% 0.55% -
HSV(B) 48.28º 0.63% 0.8% -
XYZ 42.33 45.6 13.41 -
YUV 174.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 204 179 76 0 0.12 0.63 0.2 48.28 0.56 0.55
Hex CC B3 4C 0 C 3F 14 30 38 37
Octal 314 263 114 0 14 77 24 60 70 67
Binary 11001100 10110011 1001100 0 1100 111111 10100 110000 111000 110111

Color Harmonies of #CCB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB34C

Black with #CCB34C

Text Example


Text Example

White with #CCB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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