Html Css Color HEX #DCCD6A Wild Rice

📋 copy color: '#DCCD6A'

red 220 ◦ green 205 ◦ blue 106

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

Shades of Wild Rice #DCCD6A

Tints of Wild Rice #DCCD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

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

R = 41.43%
G = 38.61%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCCD6A (or 0xDCCD6A) is known color: Wild Rice. HEX triplet: DC, CD and 6A. RGB value is (220,205,106). Sum of RGB (Red+Green+Blue) = 220+205+106=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD6A is #233295. Grayscale: #C6C6C6. Windows color (decimal): -2306710 or 6999516. OLE color: 6999516.

HSL color Cylindrical-coordinate representation of color #DCCD6A: hue angle of 52.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCCD6A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 106 -
CMYK 0 0.07 0.52 0.14
HSL 52.11º 0.62% 0.64% -
HSV(B) 52.11º 0.52% 0.86% -
XYZ 53.95 59.92 22.36 -
YUV 198.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 220 205 106 0 0.07 0.52 0.14 52.11 0.62 0.64
Hex DC CD 6A 0 7 34 E 34 3E 40
Octal 334 315 152 0 7 64 16 64 76 100
Binary 11011100 11001101 1101010 0 111 110100 1110 110100 111110 1000000

Color Harmonies of #DCCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD6A

Black with #DCCD6A

Text Example


Text Example

White with #DCCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD6A; }

 p { color: rgb(220,205,106); }

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

background-color css

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

 a { background-color: rgb(220,205,106); }

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

border-color css

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

 span { border-color: rgb(220,205,106); }

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