Html Css Color HEX #CCD362 Wild Willow

📋 copy color: '#CCD362'

red 204 ◦ green 211 ◦ blue 98

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

Shades of Wild Willow #CCD362

Tints of Wild Willow #CCD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

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

R = 39.77%
G = 41.13%
B = 19.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CCD362 (or 0xCCD362) is known color: Wild Willow. HEX triplet: CC, D3 and 62. RGB value is (204,211,98). Sum of RGB (Red+Green+Blue) = 204+211+98=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD362 is #332C9D. Grayscale: #C4C4C4. Windows color (decimal): -3353758 or 6476748. OLE color: 6476748.

HSL color Cylindrical-coordinate representation of color #CCD362: hue angle of 63.72º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD362 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 98 -
CMYK 0.03 0 0.54 0.17
HSL 63.72º 0.56% 0.61% -
HSV(B) 63.72º 0.54% 0.83% -
XYZ 50.4 60.31 20.54 -
YUV 196.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 204 211 98 0.03 0 0.54 0.17 63.72 0.56 0.61
Hex CC D3 62 3 0 36 11 40 38 3D
Octal 314 323 142 3 0 66 21 100 70 75
Binary 11001100 11010011 1100010 11 0 110110 10001 1000000 111000 111101

Color Harmonies of #CCD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD362

Black with #CCD362

Text Example


Text Example

White with #CCD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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