Html Css Color HEX #CDC965 Wild Willow

📋 copy color: '#CDC965'

red 205 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #CDC965

Tints of Wild Willow #CDC965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 40.43%
G = 39.64%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDC965 (or 0xCDC965) is known color: Wild Willow. HEX triplet: CD, C9 and 65. RGB value is (205,201,101). Sum of RGB (Red+Green+Blue) = 205+201+101=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC965 is #32369A. Grayscale: #BFBFBF. Windows color (decimal): -3290779 or 6670797. OLE color: 6670797.

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

Color convert

RGB 205 201 101 -
CMYK 0 0.02 0.51 0.20
HSL 57.69º 0.51% 0.6% -
HSV(B) 57.69º 0.51% 0.8% -
XYZ 48.41 55.69 20.51 -
YUV 190.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 205 201 101 0 0.02 0.51 0.20 57.69 0.51 0.6
Hex CD C9 65 0 2 33 14 3A 33 3C
Octal 315 311 145 0 2 63 24 72 63 74
Binary 11001101 11001001 1100101 0 10 110011 10100 111010 110011 111100

Color Harmonies of #CDC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC965

Black with #CDC965

Text Example


Text Example

White with #CDC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC965; }

 p { color: rgb(205,201,101); }

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

background-color css

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

 a { background-color: rgb(205,201,101); }

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

border-color css

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

 span { border-color: rgb(205,201,101); }

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