Html Css Color HEX #D6CC72 Wild Rice

📋 copy color: '#D6CC72'

red 214 ◦ green 204 ◦ blue 114

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

Shades of Wild Rice #D6CC72

Tints of Wild Rice #D6CC72

RGB

 RED value IS 214 (83.98% from 255) = 40.23%

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

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 40.23%
G = 38.35%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6CC72 (or 0xD6CC72) is known color: Wild Rice. HEX triplet: D6, CC and 72. RGB value is (214,204,114). Sum of RGB (Red+Green+Blue) = 214+204+114=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC72 is #29338D. Grayscale: #C5C5C5. Windows color (decimal): -2700174 or 7523542. OLE color: 7523542.

HSL color Cylindrical-coordinate representation of color #D6CC72: hue angle of 54º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6CC72 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 114 -
CMYK 0 0.05 0.47 0.16
HSL 54º 0.55% 0.64% -
HSV(B) 54º 0.47% 0.84% -
XYZ 52.36 58.7 24.49 -
YUV 196.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 214 204 114 0 0.05 0.47 0.16 54 0.55 0.64
Hex D6 CC 72 0 5 2F 10 36 37 40
Octal 326 314 162 0 5 57 20 66 67 100
Binary 11010110 11001100 1110010 0 101 101111 10000 110110 110111 1000000

Color Harmonies of #D6CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC72

Black with #D6CC72

Text Example


Text Example

White with #D6CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC72; }

 p { color: rgb(214,204,114); }

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

background-color css

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

 a { background-color: rgb(214,204,114); }

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

border-color css

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

 span { border-color: rgb(214,204,114); }

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