Html Css Color HEX #D9CF6A Wild Rice

📋 copy color: '#D9CF6A'

red 217 ◦ green 207 ◦ blue 106

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

Shades of Wild Rice #D9CF6A

Tints of Wild Rice #D9CF6A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

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

R = 40.94%
G = 39.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9CF6A (or 0xD9CF6A) is known color: Wild Rice. HEX triplet: D9, CF and 6A. RGB value is (217,207,106). Sum of RGB (Red+Green+Blue) = 217+207+106=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF6A is #263095. Grayscale: #C6C6C6. Windows color (decimal): -2502806 or 7000025. OLE color: 7000025.

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

Color convert

RGB 217 207 106 -
CMYK 0 0.05 0.51 0.15
HSL 54.59º 0.59% 0.63% -
HSV(B) 54.59º 0.51% 0.85% -
XYZ 53.53 60.42 22.48 -
YUV 198.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 217 207 106 0 0.05 0.51 0.15 54.59 0.59 0.63
Hex D9 CF 6A 0 5 33 F 37 3B 3F
Octal 331 317 152 0 5 63 17 67 73 77
Binary 11011001 11001111 1101010 0 101 110011 1111 110111 111011 111111

Color Harmonies of #D9CF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF6A

Black with #D9CF6A

Text Example


Text Example

White with #D9CF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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