Html Css Color HEX #CCB34A Sundance

📋 copy color: '#CCB34A'

red 204 ◦ green 179 ◦ blue 74

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

Shades of Sundance #CCB34A

Tints of Sundance #CCB34A

RGB

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

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

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

R = 44.64%
G = 39.17%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB34A (or 0xCCB34A) is known color: Sundance. HEX triplet: CC, B3 and 4A. RGB value is (204,179,74). Sum of RGB (Red+Green+Blue) = 204+179+74=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB34A is #334CB5. Grayscale: #AEAEAE. Windows color (decimal): -3361974 or 4895692. OLE color: 4895692.

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

Color convert

RGB 204 179 74 -
CMYK 0 0.12 0.64 0.2
HSL 48.46º 0.56% 0.55% -
HSV(B) 48.46º 0.64% 0.8% -
XYZ 42.26 45.57 13.05 -
YUV 174.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 204 179 74 0 0.12 0.64 0.2 48.46 0.56 0.55
Hex CC B3 4A 0 C 40 14 30 38 37
Octal 314 263 112 0 14 100 24 60 70 67
Binary 11001100 10110011 1001010 0 1100 1000000 10100 110000 111000 110111

Color Harmonies of #CCB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB34A

Black with #CCB34A

Text Example


Text Example

White with #CCB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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