Html Css Color HEX #CFCC64 Wild Willow

📋 copy color: '#CFCC64'

red 207 ◦ green 204 ◦ blue 100

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

Shades of Wild Willow #CFCC64

Tints of Wild Willow #CFCC64

RGB

 RED value IS 207 (81.25% from 255) = 40.51%

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 100 (39.45% from 255) = 19.57%

R = 40.51%
G = 39.92%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFCC64 (or 0xCFCC64) is known color: Wild Willow. HEX triplet: CF, CC and 64. RGB value is (207,204,100). Sum of RGB (Red+Green+Blue) = 207+204+100=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC64 is #30339B. Grayscale: #C1C1C1. Windows color (decimal): -3158940 or 6606031. OLE color: 6606031.

HSL color Cylindrical-coordinate representation of color #CFCC64: hue angle of 58.32º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFCC64 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 100 -
CMYK 0 0.01 0.52 0.19
HSL 58.32º 0.53% 0.6% -
HSV(B) 58.32º 0.52% 0.81% -
XYZ 49.63 57.37 20.51 -
YUV 193.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 207 204 100 0 0.01 0.52 0.19 58.32 0.53 0.6
Hex CF CC 64 0 1 34 13 3A 35 3C
Octal 317 314 144 0 1 64 23 72 65 74
Binary 11001111 11001100 1100100 0 1 110100 10011 111010 110101 111100

Color Harmonies of #CFCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC64

Black with #CFCC64

Text Example


Text Example

White with #CFCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC64; }

 p { color: rgb(207,204,100); }

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

background-color css

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

 a { background-color: rgb(207,204,100); }

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

border-color css

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

 span { border-color: rgb(207,204,100); }

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