Html Css Color HEX #D9CD6A Wild Rice

📋 copy color: '#D9CD6A'

red 217 ◦ green 205 ◦ blue 106

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

Shades of Wild Rice #D9CD6A

Tints of Wild Rice #D9CD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.08%

R = 41.1%
G = 38.83%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9CD6A (or 0xD9CD6A) is known color: Wild Rice. HEX triplet: D9, CD and 6A. RGB value is (217,205,106). Sum of RGB (Red+Green+Blue) = 217+205+106=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD6A is #263295. Grayscale: #C5C5C5. Windows color (decimal): -2503318 or 6999513. OLE color: 6999513.

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

Color convert

RGB 217 205 106 -
CMYK 0 0.06 0.51 0.15
HSL 53.51º 0.59% 0.63% -
HSV(B) 53.51º 0.51% 0.85% -
XYZ 53.05 59.45 22.32 -
YUV 197.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 217 205 106 0 0.06 0.51 0.15 53.51 0.59 0.63
Hex D9 CD 6A 0 6 33 F 36 3B 3F
Octal 331 315 152 0 6 63 17 66 73 77
Binary 11011001 11001101 1101010 0 110 110011 1111 110110 111011 111111

Color Harmonies of #D9CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD6A

Black with #D9CD6A

Text Example


Text Example

White with #D9CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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