Html Css Color HEX #CCC968 Wild Willow

📋 copy color: '#CCC968'

red 204 ◦ green 201 ◦ blue 104

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

Shades of Wild Willow #CCC968

Tints of Wild Willow #CCC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 40.08%
G = 39.49%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC968 (or 0xCCC968) is known color: Wild Willow. HEX triplet: CC, C9 and 68. RGB value is (204,201,104). Sum of RGB (Red+Green+Blue) = 204+201+104=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC968 is #333697. Grayscale: #BFBFBF. Windows color (decimal): -3356312 or 6867404. OLE color: 6867404.

HSL color Cylindrical-coordinate representation of color #CCC968: hue angle of 58.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC968 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 104 -
CMYK 0 0.01 0.49 0.2
HSL 58.2º 0.5% 0.6% -
HSV(B) 58.2º 0.49% 0.8% -
XYZ 48.29 55.61 21.29 -
YUV 190.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 204 201 104 0 0.01 0.49 0.2 58.2 0.5 0.6
Hex CC C9 68 0 1 31 14 3A 32 3C
Octal 314 311 150 0 1 61 24 72 62 74
Binary 11001100 11001001 1101000 0 1 110001 10100 111010 110010 111100

Color Harmonies of #CCC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC968

Black with #CCC968

Text Example


Text Example

White with #CCC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC968; }

 p { color: rgb(204,201,104); }

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

background-color css

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

 a { background-color: rgb(204,201,104); }

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

border-color css

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

 span { border-color: rgb(204,201,104); }

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