Html Css Color HEX #CCB14A Sundance

📋 copy color: '#CCB14A'

red 204 ◦ green 177 ◦ blue 74

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

Shades of Sundance #CCB14A

Tints of Sundance #CCB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

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

R = 44.84%
G = 38.9%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB14A (or 0xCCB14A) is known color: Sundance. HEX triplet: CC, B1 and 4A. RGB value is (204,177,74). Sum of RGB (Red+Green+Blue) = 204+177+74=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB14A is #334EB5. Grayscale: #ADADAD. Windows color (decimal): -3362486 or 4895180. OLE color: 4895180.

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

Color convert

RGB 204 177 74 -
CMYK 0 0.13 0.64 0.2
HSL 47.54º 0.56% 0.55% -
HSV(B) 47.54º 0.64% 0.8% -
XYZ 41.86 44.78 12.91 -
YUV 173.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 204 177 74 0 0.13 0.64 0.2 47.54 0.56 0.55
Hex CC B1 4A 0 D 40 14 30 38 37
Octal 314 261 112 0 15 100 24 60 70 67
Binary 11001100 10110001 1001010 0 1101 1000000 10100 110000 111000 110111

Color Harmonies of #CCB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB14A

Black with #CCB14A

Text Example


Text Example

White with #CCB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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