Html Css Color HEX #CCB64B Sundance

📋 copy color: '#CCB64B'

red 204 ◦ green 182 ◦ blue 75

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

Shades of Sundance #CCB64B

Tints of Sundance #CCB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 44.25%
G = 39.48%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB64B (or 0xCCB64B) is known color: Sundance. HEX triplet: CC, B6 and 4B. RGB value is (204,182,75). Sum of RGB (Red+Green+Blue) = 204+182+75=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB64B is #3349B4. Grayscale: #B0B0B0. Windows color (decimal): -3361205 or 4961996. OLE color: 4961996.

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

Color convert

RGB 204 182 75 -
CMYK 0 0.11 0.63 0.2
HSL 49.77º 0.56% 0.55% -
HSV(B) 49.77º 0.63% 0.8% -
XYZ 42.9 46.8 13.43 -
YUV 176.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 204 182 75 0 0.11 0.63 0.2 49.77 0.56 0.55
Hex CC B6 4B 0 B 3F 14 32 38 37
Octal 314 266 113 0 13 77 24 62 70 67
Binary 11001100 10110110 1001011 0 1011 111111 10100 110010 111000 110111

Color Harmonies of #CCB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB64B

Black with #CCB64B

Text Example


Text Example

White with #CCB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB64B; }

 p { color: rgb(204,182,75); }

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

background-color css

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

 a { background-color: rgb(204,182,75); }

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

border-color css

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

 span { border-color: rgb(204,182,75); }

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