Html Css Color HEX #CCB04A Sundance

📋 copy color: '#CCB04A'

red 204 ◦ green 176 ◦ blue 74

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

Shades of Sundance #CCB04A

Tints of Sundance #CCB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 44.93%
G = 38.77%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB04A (or 0xCCB04A) is known color: Sundance. HEX triplet: CC, B0 and 4A. RGB value is (204,176,74). Sum of RGB (Red+Green+Blue) = 204+176+74=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB04A is #334FB5. Grayscale: #ADADAD. Windows color (decimal): -3362742 or 4894924. OLE color: 4894924.

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

Color convert

RGB 204 176 74 -
CMYK 0 0.14 0.64 0.2
HSL 47.08º 0.56% 0.55% -
HSV(B) 47.08º 0.64% 0.8% -
XYZ 41.66 44.38 12.85 -
YUV 172.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 204 176 74 0 0.14 0.64 0.2 47.08 0.56 0.55
Hex CC B0 4A 0 E 40 14 2F 38 37
Octal 314 260 112 0 16 100 24 57 70 67
Binary 11001100 10110000 1001010 0 1110 1000000 10100 101111 111000 110111

Color Harmonies of #CCB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04A

Black with #CCB04A

Text Example


Text Example

White with #CCB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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