Html Css Color HEX #DCCF75 Wild Rice

📋 copy color: '#DCCF75'

red 220 ◦ green 207 ◦ blue 117

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

Shades of Wild Rice #DCCF75

Tints of Wild Rice #DCCF75

RGB

 RED value IS 220 (86.33% from 255) = 40.44%

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 40.44%
G = 38.05%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCCF75 (or 0xDCCF75) is known color: Wild Rice. HEX triplet: DC, CF and 75. RGB value is (220,207,117). Sum of RGB (Red+Green+Blue) = 220+207+117=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF75 is #23308A. Grayscale: #C9C9C9. Windows color (decimal): -2306187 or 7720924. OLE color: 7720924.

HSL color Cylindrical-coordinate representation of color #DCCF75: hue angle of 52.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCCF75 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 117 -
CMYK 0 0.06 0.47 0.14
HSL 52.43º 0.6% 0.66% -
HSV(B) 52.43º 0.47% 0.86% -
XYZ 55.04 61.13 25.73 -
YUV 200.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 220 207 117 0 0.06 0.47 0.14 52.43 0.6 0.66
Hex DC CF 75 0 6 2F E 34 3C 42
Octal 334 317 165 0 6 57 16 64 74 102
Binary 11011100 11001111 1110101 0 110 101111 1110 110100 111100 1000010

Color Harmonies of #DCCF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF75

Black with #DCCF75

Text Example


Text Example

White with #DCCF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF75; }

 p { color: rgb(220,207,117); }

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

background-color css

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

 a { background-color: rgb(220,207,117); }

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

border-color css

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

 span { border-color: rgb(220,207,117); }

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