Html Css Color HEX #CCD262 Wild Willow

📋 copy color: '#CCD262'

red 204 ◦ green 210 ◦ blue 98

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

Shades of Wild Willow #CCD262

Tints of Wild Willow #CCD262

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 39.84%
G = 41.02%
B = 19.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CCD262 (or 0xCCD262) is known color: Wild Willow. HEX triplet: CC, D2 and 62. RGB value is (204,210,98). Sum of RGB (Red+Green+Blue) = 204+210+98=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD262 is #332D9D. Grayscale: #C3C3C3. Windows color (decimal): -3354014 or 6476492. OLE color: 6476492.

HSL color Cylindrical-coordinate representation of color #CCD262: hue angle of 63.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD262 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 98 -
CMYK 0.03 0 0.53 0.18
HSL 63.21º 0.55% 0.6% -
HSV(B) 63.21º 0.53% 0.82% -
XYZ 50.15 59.81 20.46 -
YUV 195.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 204 210 98 0.03 0 0.53 0.18 63.21 0.55 0.6
Hex CC D2 62 3 0 35 12 3F 37 3C
Octal 314 322 142 3 0 65 22 77 67 74
Binary 11001100 11010010 1100010 11 0 110101 10010 111111 110111 111100

Color Harmonies of #CCD262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD262

Black with #CCD262

Text Example


Text Example

White with #CCD262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD262; }

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

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

background-color css

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

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

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

border-color css

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

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

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