Html Css Color HEX #DFD469 Wild Rice

📋 copy color: '#DFD469'

red 223 ◦ green 212 ◦ blue 105

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

Shades of Wild Rice #DFD469

Tints of Wild Rice #DFD469

RGB

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

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

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

R = 41.3%
G = 39.26%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFD469 (or 0xDFD469) is known color: Wild Rice. HEX triplet: DF, D4 and 69. RGB value is (223,212,105). Sum of RGB (Red+Green+Blue) = 223+212+105=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD469 is #202B96. Grayscale: #CBCBCB. Windows color (decimal): -2108311 or 6935775. OLE color: 6935775.

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

Color convert

RGB 223 212 105 -
CMYK 0 0.05 0.53 0.13
HSL 54.41º 0.65% 0.64% -
HSV(B) 54.41º 0.53% 0.87% -
XYZ 56.52 63.79 22.7 -
YUV 203.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 223 212 105 0 0.05 0.53 0.13 54.41 0.65 0.64
Hex DF D4 69 0 5 35 D 36 41 40
Octal 337 324 151 0 5 65 15 66 101 100
Binary 11011111 11010100 1101001 0 101 110101 1101 110110 1000001 1000000

Color Harmonies of #DFD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD469

Black with #DFD469

Text Example


Text Example

White with #DFD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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