Html Css Color HEX #D9CC74 Wild Rice

📋 copy color: '#D9CC74'

red 217 ◦ green 204 ◦ blue 116

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

Shades of Wild Rice #D9CC74

Tints of Wild Rice #D9CC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 40.41%
G = 37.99%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9CC74 (or 0xD9CC74) is known color: Wild Rice. HEX triplet: D9, CC and 74. RGB value is (217,204,116). Sum of RGB (Red+Green+Blue) = 217+204+116=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC74 is #26338B. Grayscale: #C6C6C6. Windows color (decimal): -2503564 or 7654617. OLE color: 7654617.

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

Color convert

RGB 217 204 116 -
CMYK 0 0.06 0.47 0.15
HSL 52.28º 0.57% 0.65% -
HSV(B) 52.28º 0.47% 0.85% -
XYZ 53.36 59.2 25.14 -
YUV 197.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 217 204 116 0 0.06 0.47 0.15 52.28 0.57 0.65
Hex D9 CC 74 0 6 2F F 34 39 41
Octal 331 314 164 0 6 57 17 64 71 101
Binary 11011001 11001100 1110100 0 110 101111 1111 110100 111001 1000001

Color Harmonies of #D9CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC74

Black with #D9CC74

Text Example


Text Example

White with #D9CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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