Html Css Color HEX #DFD467 Wild Rice

📋 copy color: '#DFD467'

red 223 ◦ green 212 ◦ blue 103

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

Shades of Wild Rice #DFD467

Tints of Wild Rice #DFD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 41.45%
G = 39.41%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFD467 (or 0xDFD467) is known color: Wild Rice. HEX triplet: DF, D4 and 67. RGB value is (223,212,103). Sum of RGB (Red+Green+Blue) = 223+212+103=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD467 is #202B98. Grayscale: #CBCBCB. Windows color (decimal): -2108313 or 6804703. OLE color: 6804703.

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

Color convert

RGB 223 212 103 -
CMYK 0 0.05 0.54 0.13
HSL 54.5º 0.65% 0.64% -
HSV(B) 54.5º 0.54% 0.87% -
XYZ 56.42 63.75 22.16 -
YUV 202.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 223 212 103 0 0.05 0.54 0.13 54.5 0.65 0.64
Hex DF D4 67 0 5 36 D 36 41 40
Octal 337 324 147 0 5 66 15 66 101 100
Binary 11011111 11010100 1100111 0 101 110110 1101 110110 1000001 1000000

Color Harmonies of #DFD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD467

Black with #DFD467

Text Example


Text Example

White with #DFD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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