Html Css Color HEX #CCD05B Wild Willow

📋 copy color: '#CCD05B'

red 204 ◦ green 208 ◦ blue 91

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

Shades of Wild Willow #CCD05B

Tints of Wild Willow #CCD05B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 91 (35.94% from 255) = 18.09%

R = 40.56%
G = 41.35%
B = 18.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#CCD05B (or 0xCCD05B) is known color: Wild Willow. HEX triplet: CC, D0 and 5B. RGB value is (204,208,91). Sum of RGB (Red+Green+Blue) = 204+208+91=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD05B is #332FA4. Grayscale: #C1C1C1. Windows color (decimal): -3354533 or 6017228. OLE color: 6017228.

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

Color convert

RGB 204 208 91 -
CMYK 0.02 0 0.56 0.18
HSL 62.05º 0.55% 0.59% -
HSV(B) 62.05º 0.56% 0.82% -
XYZ 49.35 58.7 18.63 -
YUV 193.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 204 208 91 0.02 0 0.56 0.18 62.05 0.55 0.59
Hex CC D0 5B 2 0 38 12 3E 37 3B
Octal 314 320 133 2 0 70 22 76 67 73
Binary 11001100 11010000 1011011 10 0 111000 10010 111110 110111 111011

Color Harmonies of #CCD05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD05B

Black with #CCD05B

Text Example


Text Example

White with #CCD05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD05B; }

 p { color: rgb(204,208,91); }

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

background-color css

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

 a { background-color: rgb(204,208,91); }

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

border-color css

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

 span { border-color: rgb(204,208,91); }

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