Html Css Color HEX #CCB054 Sundance

📋 copy color: '#CCB054'

red 204 ◦ green 176 ◦ blue 84

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

Shades of Sundance #CCB054

Tints of Sundance #CCB054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 43.97%
G = 37.93%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCB054 (or 0xCCB054) is known color: Sundance. HEX triplet: CC, B0 and 54. RGB value is (204,176,84). Sum of RGB (Red+Green+Blue) = 204+176+84=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB054 is #334FAB. Grayscale: #AEAEAE. Windows color (decimal): -3362732 or 5550284. OLE color: 5550284.

HSL color Cylindrical-coordinate representation of color #CCB054: hue angle of 46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCB054 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 84 -
CMYK 0 0.14 0.59 0.2
HSL 46º 0.54% 0.56% -
HSV(B) 46º 0.59% 0.8% -
XYZ 42.03 44.53 14.77 -
YUV 173.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 204 176 84 0 0.14 0.59 0.2 46 0.54 0.56
Hex CC B0 54 0 E 3B 14 2E 36 38
Octal 314 260 124 0 16 73 24 56 66 70
Binary 11001100 10110000 1010100 0 1110 111011 10100 101110 110110 111000

Color Harmonies of #CCB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB054

Black with #CCB054

Text Example


Text Example

White with #CCB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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