Html Css Color HEX #D0CC75 Deco

📋 copy color: '#D0CC75'

red 208 ◦ green 204 ◦ blue 117

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

Shades of Deco #D0CC75

Tints of Deco #D0CC75

RGB

 RED value IS 208 (81.64% from 255) = 39.32%

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

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 39.32%
G = 38.56%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0CC75 (or 0xD0CC75) is known color: Deco. HEX triplet: D0, CC and 75. RGB value is (208,204,117). Sum of RGB (Red+Green+Blue) = 208+204+117=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC75 is #2F338A. Grayscale: #C3C3C3. Windows color (decimal): -3093387 or 7720144. OLE color: 7720144.

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

Color convert

RGB 208 204 117 -
CMYK 0 0.02 0.44 0.18
HSL 57.36º 0.49% 0.64% -
HSV(B) 57.36º 0.44% 0.82% -
XYZ 50.82 57.88 25.32 -
YUV 195.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 208 204 117 0 0.02 0.44 0.18 57.36 0.49 0.64
Hex D0 CC 75 0 2 2C 12 39 31 40
Octal 320 314 165 0 2 54 22 71 61 100
Binary 11010000 11001100 1110101 0 10 101100 10010 111001 110001 1000000

Color Harmonies of #D0CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC75

Black with #D0CC75

Text Example


Text Example

White with #D0CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC75; }

 p { color: rgb(208,204,117); }

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

background-color css

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

 a { background-color: rgb(208,204,117); }

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

border-color css

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

 span { border-color: rgb(208,204,117); }

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