Html Css Color HEX #D2CD74 Deco

📋 copy color: '#D2CD74'

red 210 ◦ green 205 ◦ blue 116

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

Shades of Deco #D2CD74

Tints of Deco #D2CD74

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

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

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

R = 39.55%
G = 38.61%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2CD74 (or 0xD2CD74) is known color: Deco. HEX triplet: D2, CD and 74. RGB value is (210,205,116). Sum of RGB (Red+Green+Blue) = 210+205+116=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD74 is #2D328B. Grayscale: #C4C4C4. Windows color (decimal): -2962060 or 7654866. OLE color: 7654866.

HSL color Cylindrical-coordinate representation of color #D2CD74: hue angle of 56.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2CD74 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 205 116 -
CMYK 0 0.02 0.45 0.18
HSL 56.81º 0.51% 0.64% -
HSV(B) 56.81º 0.45% 0.82% -
XYZ 51.56 58.63 25.12 -
YUV 196.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 210 205 116 0 0.02 0.45 0.18 56.81 0.51 0.64
Hex D2 CD 74 0 2 2D 12 39 33 40
Octal 322 315 164 0 2 55 22 71 63 100
Binary 11010010 11001101 1110100 0 10 101101 10010 111001 110011 1000000

Color Harmonies of #D2CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD74

Black with #D2CD74

Text Example


Text Example

White with #D2CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD74; }

 p { color: rgb(210,205,116); }

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

background-color css

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

 a { background-color: rgb(210,205,116); }

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

border-color css

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

 span { border-color: rgb(210,205,116); }

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