Html Css Color HEX #DFCF6A Wild Rice

📋 copy color: '#DFCF6A'

red 223 ◦ green 207 ◦ blue 106

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

Shades of Wild Rice #DFCF6A

Tints of Wild Rice #DFCF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 41.6%
G = 38.62%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCF6A (or 0xDFCF6A) is known color: Wild Rice. HEX triplet: DF, CF and 6A. RGB value is (223,207,106). Sum of RGB (Red+Green+Blue) = 223+207+106=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF6A is #203095. Grayscale: #C8C8C8. Windows color (decimal): -2109590 or 7000031. OLE color: 7000031.

HSL color Cylindrical-coordinate representation of color #DFCF6A: hue angle of 51.79º degrees, saturation: 0.65, 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 #DFCF6A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 106 -
CMYK 0 0.07 0.52 0.13
HSL 51.79º 0.65% 0.65% -
HSV(B) 51.79º 0.52% 0.87% -
XYZ 55.35 61.35 22.56 -
YUV 200.27 74.8 144.21 -
System Red Green Blue C M Y K H S L
Decimal 223 207 106 0 0.07 0.52 0.13 51.79 0.65 0.65
Hex DF CF 6A 0 7 34 D 34 41 41
Octal 337 317 152 0 7 64 15 64 101 101
Binary 11011111 11001111 1101010 0 111 110100 1101 110100 1000001 1000001

Color Harmonies of #DFCF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF6A

Black with #DFCF6A

Text Example


Text Example

White with #DFCF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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