Html Css Color HEX #DCCC74 Wild Rice

📋 copy color: '#DCCC74'

red 220 ◦ green 204 ◦ blue 116

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

Shades of Wild Rice #DCCC74

Tints of Wild Rice #DCCC74

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

 BLUE value IS 116 (45.7% from 255) = 21.48%

R = 40.74%
G = 37.78%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCCC74 (or 0xDCCC74) is known color: Wild Rice. HEX triplet: DC, CC and 74. RGB value is (220,204,116). Sum of RGB (Red+Green+Blue) = 220+204+116=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC74 is #23338B. Grayscale: #C7C7C7. Windows color (decimal): -2306956 or 7654620. OLE color: 7654620.

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

Color convert

RGB 220 204 116 -
CMYK 0 0.07 0.47 0.14
HSL 50.77º 0.6% 0.66% -
HSV(B) 50.77º 0.47% 0.86% -
XYZ 54.26 59.66 25.18 -
YUV 198.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 220 204 116 0 0.07 0.47 0.14 50.77 0.6 0.66
Hex DC CC 74 0 7 2F E 33 3C 42
Octal 334 314 164 0 7 57 16 63 74 102
Binary 11011100 11001100 1110100 0 111 101111 1110 110011 111100 1000010

Color Harmonies of #DCCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC74

Black with #DCCC74

Text Example


Text Example

White with #DCCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC74; }

 p { color: rgb(220,204,116); }

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

background-color css

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

 a { background-color: rgb(220,204,116); }

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

border-color css

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

 span { border-color: rgb(220,204,116); }

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