Html Css Color HEX #CCB24D Sundance

📋 copy color: '#CCB24D'

red 204 ◦ green 178 ◦ blue 77

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

Shades of Sundance #CCB24D

Tints of Sundance #CCB24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

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

R = 44.44%
G = 38.78%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCB24D (or 0xCCB24D) is known color: Sundance. HEX triplet: CC, B2 and 4D. RGB value is (204,178,77). Sum of RGB (Red+Green+Blue) = 204+178+77=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB24D is #334DB2. Grayscale: #AEAEAE. Windows color (decimal): -3362227 or 5092044. OLE color: 5092044.

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

Color convert

RGB 204 178 77 -
CMYK 0 0.13 0.62 0.2
HSL 47.72º 0.55% 0.55% -
HSV(B) 47.72º 0.62% 0.8% -
XYZ 42.16 45.21 13.53 -
YUV 174.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 204 178 77 0 0.13 0.62 0.2 47.72 0.55 0.55
Hex CC B2 4D 0 D 3E 14 30 37 37
Octal 314 262 115 0 15 76 24 60 67 67
Binary 11001100 10110010 1001101 0 1101 111110 10100 110000 110111 110111

Color Harmonies of #CCB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB24D

Black with #CCB24D

Text Example


Text Example

White with #CCB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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