Html Css Color HEX #D9CC6A Wild Rice

📋 copy color: '#D9CC6A'

red 217 ◦ green 204 ◦ blue 106

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

Shades of Wild Rice #D9CC6A

Tints of Wild Rice #D9CC6A

RGB

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

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

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

R = 41.18%
G = 38.71%
B = 20.11%

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

#D9CC6A (or 0xD9CC6A) is known color: Wild Rice. HEX triplet: D9, CC and 6A. RGB value is (217,204,106). Sum of RGB (Red+Green+Blue) = 217+204+106=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC6A is #263395. Grayscale: #C5C5C5. Windows color (decimal): -2503574 or 6999257. OLE color: 6999257.

HSL color Cylindrical-coordinate representation of color #D9CC6A: hue angle of 52.97º 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 #D9CC6A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 106 -
CMYK 0 0.06 0.51 0.15
HSL 52.97º 0.59% 0.63% -
HSV(B) 52.97º 0.51% 0.85% -
XYZ 52.81 58.98 22.24 -
YUV 196.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 217 204 106 0 0.06 0.51 0.15 52.97 0.59 0.63
Hex D9 CC 6A 0 6 33 F 35 3B 3F
Octal 331 314 152 0 6 63 17 65 73 77
Binary 11011001 11001100 1101010 0 110 110011 1111 110101 111011 111111

Color Harmonies of #D9CC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC6A

Black with #D9CC6A

Text Example


Text Example

White with #D9CC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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