Html Css Color HEX #DFCF6B Wild Rice

📋 copy color: '#DFCF6B'

red 223 ◦ green 207 ◦ blue 107

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

Shades of Wild Rice #DFCF6B

Tints of Wild Rice #DFCF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 41.53%
G = 38.55%
B = 19.93%

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

#DFCF6B (or 0xDFCF6B) is known color: Wild Rice. HEX triplet: DF, CF and 6B. RGB value is (223,207,107). Sum of RGB (Red+Green+Blue) = 223+207+107=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF6B is #203094. Grayscale: #C8C8C8. Windows color (decimal): -2109589 or 7065567. OLE color: 7065567.

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

Color convert

RGB 223 207 107 -
CMYK 0 0.07 0.52 0.13
HSL 51.72º 0.64% 0.65% -
HSV(B) 51.72º 0.52% 0.87% -
XYZ 55.4 61.38 22.84 -
YUV 200.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 223 207 107 0 0.07 0.52 0.13 51.72 0.64 0.65
Hex DF CF 6B 0 7 34 D 34 40 41
Octal 337 317 153 0 7 64 15 64 100 101
Binary 11011111 11001111 1101011 0 111 110100 1101 110100 1000000 1000001

Color Harmonies of #DFCF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF6B

Black with #DFCF6B

Text Example


Text Example

White with #DFCF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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