Html Css Color HEX #CDCC62 Wild Willow

📋 copy color: '#CDCC62'

red 205 ◦ green 204 ◦ blue 98

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

Shades of Wild Willow #CDCC62

Tints of Wild Willow #CDCC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.33%

R = 40.43%
G = 40.24%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDCC62 (or 0xCDCC62) is known color: Wild Willow. HEX triplet: CD, CC and 62. RGB value is (205,204,98). Sum of RGB (Red+Green+Blue) = 205+204+98=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC62 is #32339D. Grayscale: #C0C0C0. Windows color (decimal): -3290014 or 6474957. OLE color: 6474957.

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

Color convert

RGB 205 204 98 -
CMYK 0 0.00 0.52 0.20
HSL 59.44º 0.52% 0.59% -
HSV(B) 59.44º 0.52% 0.8% -
XYZ 48.97 57.05 19.99 -
YUV 192.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 205 204 98 0 0.00 0.52 0.20 59.44 0.52 0.59
Hex CD CC 62 0 0 34 14 3B 34 3B
Octal 315 314 142 0 0 64 24 73 64 73
Binary 11001101 11001100 1100010 0 0 110100 10100 111011 110100 111011

Color Harmonies of #CDCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC62

Black with #CDCC62

Text Example


Text Example

White with #CDCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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