Html Css Color HEX #D9CC69 Wild Rice

📋 copy color: '#D9CC69'

red 217 ◦ green 204 ◦ blue 105

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

Shades of Wild Rice #D9CC69

Tints of Wild Rice #D9CC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 41.25%
G = 38.78%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9CC69 (or 0xD9CC69) is known color: Wild Rice. HEX triplet: D9, CC and 69. RGB value is (217,204,105). Sum of RGB (Red+Green+Blue) = 217+204+105=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC69 is #263396. Grayscale: #C5C5C5. Windows color (decimal): -2503575 or 6933721. OLE color: 6933721.

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

Color convert

RGB 217 204 105 -
CMYK 0 0.06 0.52 0.15
HSL 53.04º 0.6% 0.63% -
HSV(B) 53.04º 0.52% 0.85% -
XYZ 52.76 58.96 21.96 -
YUV 196.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 217 204 105 0 0.06 0.52 0.15 53.04 0.6 0.63
Hex D9 CC 69 0 6 34 F 35 3C 3F
Octal 331 314 151 0 6 64 17 65 74 77
Binary 11011001 11001100 1101001 0 110 110100 1111 110101 111100 111111

Color Harmonies of #D9CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC69

Black with #D9CC69

Text Example


Text Example

White with #D9CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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