Html Css Color HEX #CCC75D Wild Willow

📋 copy color: '#CCC75D'

red 204 ◦ green 199 ◦ blue 93

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

Shades of Wild Willow #CCC75D

Tints of Wild Willow #CCC75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 41.13%
G = 40.12%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC75D (or 0xCCC75D) is known color: Wild Willow. HEX triplet: CC, C7 and 5D. RGB value is (204,199,93). Sum of RGB (Red+Green+Blue) = 204+199+93=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC75D is #3338A2. Grayscale: #BCBCBC. Windows color (decimal): -3356835 or 6145996. OLE color: 6145996.

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

Color convert

RGB 204 199 93 -
CMYK 0 0.02 0.54 0.2
HSL 57.3º 0.52% 0.58% -
HSV(B) 57.3º 0.54% 0.8% -
XYZ 47.3 54.47 18.38 -
YUV 188.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 204 199 93 0 0.02 0.54 0.2 57.3 0.52 0.58
Hex CC C7 5D 0 2 36 14 39 34 3A
Octal 314 307 135 0 2 66 24 71 64 72
Binary 11001100 11000111 1011101 0 10 110110 10100 111001 110100 111010

Color Harmonies of #CCC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC75D

Black with #CCC75D

Text Example


Text Example

White with #CCC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC75D; }

 p { color: rgb(204,199,93); }

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

background-color css

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

 a { background-color: rgb(204,199,93); }

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

border-color css

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

 span { border-color: rgb(204,199,93); }

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