Html Css Color HEX #CDC862 Wild Willow

📋 copy color: '#CDC862'

red 205 ◦ green 200 ◦ blue 98

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

Shades of Wild Willow #CDC862

Tints of Wild Willow #CDC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

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

R = 40.76%
G = 39.76%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDC862 (or 0xCDC862) is known color: Wild Willow. HEX triplet: CD, C8 and 62. RGB value is (205,200,98). Sum of RGB (Red+Green+Blue) = 205+200+98=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC862 is #32379D. Grayscale: #BEBEBE. Windows color (decimal): -3291038 or 6473933. OLE color: 6473933.

HSL color Cylindrical-coordinate representation of color #CDC862: hue angle of 57.2º 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 #CDC862 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 98 -
CMYK 0 0.02 0.52 0.20
HSL 57.2º 0.52% 0.59% -
HSV(B) 57.2º 0.52% 0.8% -
XYZ 48.04 55.17 19.67 -
YUV 189.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 205 200 98 0 0.02 0.52 0.20 57.2 0.52 0.59
Hex CD C8 62 0 2 34 14 39 34 3B
Octal 315 310 142 0 2 64 24 71 64 73
Binary 11001101 11001000 1100010 0 10 110100 10100 111001 110100 111011

Color Harmonies of #CDC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC862

Black with #CDC862

Text Example


Text Example

White with #CDC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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