Html Css Color HEX #CCB94D Sundance

📋 copy color: '#CCB94D'

red 204 ◦ green 185 ◦ blue 77

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

Shades of Sundance #CCB94D

Tints of Sundance #CCB94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 43.78%
G = 39.7%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCB94D (or 0xCCB94D) is known color: Sundance. HEX triplet: CC, B9 and 4D. RGB value is (204,185,77). Sum of RGB (Red+Green+Blue) = 204+185+77=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB94D is #3346B2. Grayscale: #B2B2B2. Windows color (decimal): -3360435 or 5093836. OLE color: 5093836.

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

Color convert

RGB 204 185 77 -
CMYK 0 0.09 0.62 0.2
HSL 51.02º 0.55% 0.55% -
HSV(B) 51.02º 0.62% 0.8% -
XYZ 43.59 48.07 14 -
YUV 178.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 204 185 77 0 0.09 0.62 0.2 51.02 0.55 0.55
Hex CC B9 4D 0 9 3E 14 33 37 37
Octal 314 271 115 0 11 76 24 63 67 67
Binary 11001100 10111001 1001101 0 1001 111110 10100 110011 110111 110111

Color Harmonies of #CCB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB94D

Black with #CCB94D

Text Example


Text Example

White with #CCB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB94D; }

 p { color: rgb(204,185,77); }

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

background-color css

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

 a { background-color: rgb(204,185,77); }

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

border-color css

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

 span { border-color: rgb(204,185,77); }

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