Html Css Color HEX #CCD462 Wild Willow

📋 copy color: '#CCD462'

red 204 ◦ green 212 ◦ blue 98

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

Shades of Wild Willow #CCD462

Tints of Wild Willow #CCD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

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

R = 39.69%
G = 41.25%
B = 19.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CCD462 (or 0xCCD462) is known color: Wild Willow. HEX triplet: CC, D4 and 62. RGB value is (204,212,98). Sum of RGB (Red+Green+Blue) = 204+212+98=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD462 is #332B9D. Grayscale: #C5C5C5. Windows color (decimal): -3353502 or 6477004. OLE color: 6477004.

HSL color Cylindrical-coordinate representation of color #CCD462: hue angle of 64.21º degrees, saturation: 0.57, 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 #CCD462 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 98 -
CMYK 0.04 0 0.54 0.17
HSL 64.21º 0.57% 0.61% -
HSV(B) 64.21º 0.54% 0.83% -
XYZ 50.65 60.81 20.62 -
YUV 196.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 204 212 98 0.04 0 0.54 0.17 64.21 0.57 0.61
Hex CC D4 62 4 0 36 11 40 39 3D
Octal 314 324 142 4 0 66 21 100 71 75
Binary 11001100 11010100 1100010 100 0 110110 10001 1000000 111001 111101

Color Harmonies of #CCD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD462

Black with #CCD462

Text Example


Text Example

White with #CCD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD462; }

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

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

background-color css

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

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

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

border-color css

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

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

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