Html Css Color HEX #D4D283 Deco

📋 copy color: '#D4D283'

red 212 ◦ green 210 ◦ blue 131

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

Shades of Deco #D4D283

Tints of Deco #D4D283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.97%

 BLUE value IS 131 (51.56% from 255) = 23.69%

R = 38.34%
G = 37.97%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D4D283 (or 0xD4D283) is known color: Deco. HEX triplet: D4, D2 and 83. RGB value is (212,210,131). Sum of RGB (Red+Green+Blue) = 212+210+131=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D283 is #2B2D7C. Grayscale: #C9C9C9. Windows color (decimal): -2829693 or 8639188. OLE color: 8639188.

HSL color Cylindrical-coordinate representation of color #D4D283: hue angle of 58.52º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4D283 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 210 131 -
CMYK 0 0.01 0.38 0.17
HSL 58.52º 0.49% 0.67% -
HSV(B) 58.52º 0.38% 0.83% -
XYZ 54.29 61.73 30.53 -
YUV 201.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 212 210 131 0 0.01 0.38 0.17 58.52 0.49 0.67
Hex D4 D2 83 0 1 26 11 3B 31 43
Octal 324 322 203 0 1 46 21 73 61 103
Binary 11010100 11010010 10000011 0 1 100110 10001 111011 110001 1000011

Color Harmonies of #D4D283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D283

Black with #D4D283

Text Example


Text Example

White with #D4D283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D283; }

 p { color: rgb(212,210,131); }

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

background-color css

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

 a { background-color: rgb(212,210,131); }

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

border-color css

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

 span { border-color: rgb(212,210,131); }

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