Html Css Color HEX #CCCD67 Wild Willow

📋 copy color: '#CCCD67'

red 204 ◦ green 205 ◦ blue 103

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

Shades of Wild Willow #CCCD67

Tints of Wild Willow #CCCD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 39.84%
G = 40.04%
B = 20.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CCCD67 (or 0xCCCD67) is known color: Wild Willow. HEX triplet: CC, CD and 67. RGB value is (204,205,103). Sum of RGB (Red+Green+Blue) = 204+205+103=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD67 is #333298. Grayscale: #C1C1C1. Windows color (decimal): -3355289 or 6802892. OLE color: 6802892.

HSL color Cylindrical-coordinate representation of color #CCCD67: hue angle of 60.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCCD67 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 103 -
CMYK 0.00 0 0.50 0.20
HSL 60.59º 0.5% 0.6% -
HSV(B) 60.59º 0.5% 0.8% -
XYZ 49.18 57.48 21.33 -
YUV 193.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 204 205 103 0.00 0 0.50 0.20 60.59 0.5 0.6
Hex CC CD 67 0 0 32 14 3D 32 3C
Octal 314 315 147 0 0 62 24 75 62 74
Binary 11001100 11001101 1100111 0 0 110010 10100 111101 110010 111100

Color Harmonies of #CCCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD67

Black with #CCCD67

Text Example


Text Example

White with #CCCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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