Html Css Color HEX #D9CD64 Wild Rice

📋 copy color: '#D9CD64'

red 217 ◦ green 205 ◦ blue 100

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

Shades of Wild Rice #D9CD64

Tints of Wild Rice #D9CD64

RGB

 RED value IS 217 (85.16% from 255) = 41.57%

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

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

R = 41.57%
G = 39.27%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9CD64 (or 0xD9CD64) is known color: Wild Rice. HEX triplet: D9, CD and 64. RGB value is (217,205,100). Sum of RGB (Red+Green+Blue) = 217+205+100=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD64 is #26329B. Grayscale: #C5C5C5. Windows color (decimal): -2503324 or 6606297. OLE color: 6606297.

HSL color Cylindrical-coordinate representation of color #D9CD64: hue angle of 53.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9CD64 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 100 -
CMYK 0 0.06 0.54 0.15
HSL 53.85º 0.61% 0.62% -
HSV(B) 53.85º 0.54% 0.85% -
XYZ 52.75 59.33 20.73 -
YUV 196.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 217 205 100 0 0.06 0.54 0.15 53.85 0.61 0.62
Hex D9 CD 64 0 6 36 F 36 3D 3E
Octal 331 315 144 0 6 66 17 66 75 76
Binary 11011001 11001101 1100100 0 110 110110 1111 110110 111101 111110

Color Harmonies of #D9CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD64

Black with #D9CD64

Text Example


Text Example

White with #D9CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD64; }

 p { color: rgb(217,205,100); }

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

background-color css

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

 a { background-color: rgb(217,205,100); }

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

border-color css

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

 span { border-color: rgb(217,205,100); }

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