Html Css Color HEX #CCB44D Sundance

📋 copy color: '#CCB44D'

red 204 ◦ green 180 ◦ blue 77

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

Shades of Sundance #CCB44D

Tints of Sundance #CCB44D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

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

R = 44.25%
G = 39.05%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCB44D (or 0xCCB44D) is known color: Sundance. HEX triplet: CC, B4 and 4D. RGB value is (204,180,77). Sum of RGB (Red+Green+Blue) = 204+180+77=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB44D is #334BB2. Grayscale: #AFAFAF. Windows color (decimal): -3361715 or 5092556. OLE color: 5092556.

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

Color convert

RGB 204 180 77 -
CMYK 0 0.12 0.62 0.2
HSL 48.66º 0.55% 0.55% -
HSV(B) 48.66º 0.62% 0.8% -
XYZ 42.56 46.02 13.66 -
YUV 175.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 204 180 77 0 0.12 0.62 0.2 48.66 0.55 0.55
Hex CC B4 4D 0 C 3E 14 31 37 37
Octal 314 264 115 0 14 76 24 61 67 67
Binary 11001100 10110100 1001101 0 1100 111110 10100 110001 110111 110111

Color Harmonies of #CCB44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB44D

Black with #CCB44D

Text Example


Text Example

White with #CCB44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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