Html Css Color HEX #D4CC72 Wild Rice

📋 copy color: '#D4CC72'

red 212 ◦ green 204 ◦ blue 114

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

Shades of Wild Rice #D4CC72

Tints of Wild Rice #D4CC72

RGB

 RED value IS 212 (83.2% from 255) = 40%

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

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

R = 40%
G = 38.49%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4CC72 (or 0xD4CC72) is known color: Wild Rice. HEX triplet: D4, CC and 72. RGB value is (212,204,114). Sum of RGB (Red+Green+Blue) = 212+204+114=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC72 is #2B338D. Grayscale: #C4C4C4. Windows color (decimal): -2831246 or 7523540. OLE color: 7523540.

HSL color Cylindrical-coordinate representation of color #D4CC72: hue angle of 55.1º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4CC72 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 114 -
CMYK 0 0.04 0.46 0.17
HSL 55.1º 0.53% 0.64% -
HSV(B) 55.1º 0.46% 0.83% -
XYZ 51.78 58.4 24.46 -
YUV 196.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 212 204 114 0 0.04 0.46 0.17 55.1 0.53 0.64
Hex D4 CC 72 0 4 2E 11 37 35 40
Octal 324 314 162 0 4 56 21 67 65 100
Binary 11010100 11001100 1110010 0 100 101110 10001 110111 110101 1000000

Color Harmonies of #D4CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC72

Black with #D4CC72

Text Example


Text Example

White with #D4CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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