Html Css Color HEX #CCD467 Wild Willow

📋 copy color: '#CCD467'

red 204 ◦ green 212 ◦ blue 103

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

Shades of Wild Willow #CCD467

Tints of Wild Willow #CCD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.85%

R = 39.31%
G = 40.85%
B = 19.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CCD467 (or 0xCCD467) is known color: Wild Willow. HEX triplet: CC, D4 and 67. RGB value is (204,212,103). Sum of RGB (Red+Green+Blue) = 204+212+103=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD467 is #332B98. Grayscale: #C5C5C5. Windows color (decimal): -3353497 or 6804684. OLE color: 6804684.

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

Color convert

RGB 204 212 103 -
CMYK 0.04 0 0.51 0.17
HSL 64.4º 0.56% 0.62% -
HSV(B) 64.4º 0.51% 0.83% -
XYZ 50.89 60.9 21.91 -
YUV 197.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 204 212 103 0.04 0 0.51 0.17 64.4 0.56 0.62
Hex CC D4 67 4 0 33 11 40 38 3E
Octal 314 324 147 4 0 63 21 100 70 76
Binary 11001100 11010100 1100111 100 0 110011 10001 1000000 111000 111110

Color Harmonies of #CCD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD467

Black with #CCD467

Text Example


Text Example

White with #CCD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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