Html Css Color HEX #DFD46C Wild Rice

📋 copy color: '#DFD46C'

red 223 ◦ green 212 ◦ blue 108

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

Shades of Wild Rice #DFD46C

Tints of Wild Rice #DFD46C

RGB

 RED value IS 223 (87.5% from 255) = 41.07%

 GREEN value IS 212 (83.2% from 255) = 39.04%

 BLUE value IS 108 (42.58% from 255) = 19.89%

R = 41.07%
G = 39.04%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD46C (or 0xDFD46C) is known color: Wild Rice. HEX triplet: DF, D4 and 6C. RGB value is (223,212,108). Sum of RGB (Red+Green+Blue) = 223+212+108=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46C is #202B93. Grayscale: #CBCBCB. Windows color (decimal): -2108308 or 7132383. OLE color: 7132383.

HSL color Cylindrical-coordinate representation of color #DFD46C: hue angle of 54.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD46C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 108 -
CMYK 0 0.05 0.52 0.13
HSL 54.26º 0.64% 0.65% -
HSV(B) 54.26º 0.52% 0.87% -
XYZ 56.68 63.86 23.53 -
YUV 203.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 223 212 108 0 0.05 0.52 0.13 54.26 0.64 0.65
Hex DF D4 6C 0 5 34 D 36 40 41
Octal 337 324 154 0 5 64 15 66 100 101
Binary 11011111 11010100 1101100 0 101 110100 1101 110110 1000000 1000001

Color Harmonies of #DFD46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD46C

Black with #DFD46C

Text Example


Text Example

White with #DFD46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD46C; }

 p { color: rgb(223,212,108); }

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

background-color css

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

 a { background-color: rgb(223,212,108); }

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

border-color css

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

 span { border-color: rgb(223,212,108); }

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