Html Css Color HEX #CCB04F Sundance

📋 copy color: '#CCB04F'

red 204 ◦ green 176 ◦ blue 79

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

Shades of Sundance #CCB04F

Tints of Sundance #CCB04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.21%

R = 44.44%
G = 38.34%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCB04F (or 0xCCB04F) is known color: Sundance. HEX triplet: CC, B0 and 4F. RGB value is (204,176,79). Sum of RGB (Red+Green+Blue) = 204+176+79=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB04F is #334FB0. Grayscale: #ADADAD. Windows color (decimal): -3362737 or 5222604. OLE color: 5222604.

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

Color convert

RGB 204 176 79 -
CMYK 0 0.14 0.61 0.2
HSL 46.56º 0.55% 0.55% -
HSV(B) 46.56º 0.61% 0.8% -
XYZ 41.84 44.45 13.77 -
YUV 173.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 204 176 79 0 0.14 0.61 0.2 46.56 0.55 0.55
Hex CC B0 4F 0 E 3D 14 2F 37 37
Octal 314 260 117 0 16 75 24 57 67 67
Binary 11001100 10110000 1001111 0 1110 111101 10100 101111 110111 110111

Color Harmonies of #CCB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB04F

Black with #CCB04F

Text Example


Text Example

White with #CCB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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