Html Css Color HEX #DFCF73 Wild Rice

📋 copy color: '#DFCF73'

red 223 ◦ green 207 ◦ blue 115

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

Shades of Wild Rice #DFCF73

Tints of Wild Rice #DFCF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.1%

R = 40.92%
G = 37.98%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFCF73 (or 0xDFCF73) is known color: Wild Rice. HEX triplet: DF, CF and 73. RGB value is (223,207,115). Sum of RGB (Red+Green+Blue) = 223+207+115=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF73 is #20308C. Grayscale: #C9C9C9. Windows color (decimal): -2109581 or 7589855. OLE color: 7589855.

HSL color Cylindrical-coordinate representation of color #DFCF73: hue angle of 51.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFCF73 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 115 -
CMYK 0 0.07 0.48 0.13
HSL 51.11º 0.63% 0.66% -
HSV(B) 51.11º 0.48% 0.87% -
XYZ 55.84 61.55 25.16 -
YUV 201.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 223 207 115 0 0.07 0.48 0.13 51.11 0.63 0.66
Hex DF CF 73 0 7 30 D 33 3F 42
Octal 337 317 163 0 7 60 15 63 77 102
Binary 11011111 11001111 1110011 0 111 110000 1101 110011 111111 1000010

Color Harmonies of #DFCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF73

Black with #DFCF73

Text Example


Text Example

White with #DFCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF73; }

 p { color: rgb(223,207,115); }

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

background-color css

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

 a { background-color: rgb(223,207,115); }

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

border-color css

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

 span { border-color: rgb(223,207,115); }

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