Html Css Color HEX #CDCC5D Wild Willow

📋 copy color: '#CDCC5D'

red 205 ◦ green 204 ◦ blue 93

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

Shades of Wild Willow #CDCC5D

Tints of Wild Willow #CDCC5D

RGB

 RED value IS 205 (80.47% from 255) = 40.84%

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 40.84%
G = 40.64%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDCC5D (or 0xCDCC5D) is known color: Wild Willow. HEX triplet: CD, CC and 5D. RGB value is (205,204,93). Sum of RGB (Red+Green+Blue) = 205+204+93=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC5D is #3233A2. Grayscale: #C0C0C0. Windows color (decimal): -3290019 or 6147277. OLE color: 6147277.

HSL color Cylindrical-coordinate representation of color #CDCC5D: hue angle of 59.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDCC5D is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 204 93 -
CMYK 0 0.00 0.55 0.20
HSL 59.46º 0.53% 0.58% -
HSV(B) 59.46º 0.55% 0.8% -
XYZ 48.75 56.96 18.78 -
YUV 191.65 72.33 137.53 -
System Red Green Blue C M Y K H S L
Decimal 205 204 93 0 0.00 0.55 0.20 59.46 0.53 0.58
Hex CD CC 5D 0 0 37 14 3B 35 3A
Octal 315 314 135 0 0 67 24 73 65 72
Binary 11001101 11001100 1011101 0 0 110111 10100 111011 110101 111010

Color Harmonies of #CDCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC5D

Black with #CDCC5D

Text Example


Text Example

White with #CDCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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