Html Css Color HEX #D9CF6B Wild Rice

📋 copy color: '#D9CF6B'

red 217 ◦ green 207 ◦ blue 107

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

Shades of Wild Rice #D9CF6B

Tints of Wild Rice #D9CF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 40.87%
G = 38.98%
B = 20.15%

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

#D9CF6B (or 0xD9CF6B) is known color: Wild Rice. HEX triplet: D9, CF and 6B. RGB value is (217,207,107). Sum of RGB (Red+Green+Blue) = 217+207+107=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF6B is #263094. Grayscale: #C7C7C7. Windows color (decimal): -2502805 or 7065561. OLE color: 7065561.

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

Color convert

RGB 217 207 107 -
CMYK 0 0.05 0.51 0.15
HSL 54.55º 0.59% 0.64% -
HSV(B) 54.55º 0.51% 0.85% -
XYZ 53.58 60.44 22.75 -
YUV 198.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 217 207 107 0 0.05 0.51 0.15 54.55 0.59 0.64
Hex D9 CF 6B 0 5 33 F 37 3B 40
Octal 331 317 153 0 5 63 17 67 73 100
Binary 11011001 11001111 1101011 0 101 110011 1111 110111 111011 1000000

Color Harmonies of #D9CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF6B

Black with #D9CF6B

Text Example


Text Example

White with #D9CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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