Html Css Color HEX #D3D74A Confetti

📋 copy color: '#D3D74A'

red 211 ◦ green 215 ◦ blue 74

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

Shades of Confetti #D3D74A

Tints of Confetti #D3D74A

RGB

 RED value IS 211 (82.81% from 255) = 42.2%

 GREEN value IS 215 (84.38% from 255) = 43%

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 42.2%
G = 43%
B = 14.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D3D74A (or 0xD3D74A) is known color: Confetti. HEX triplet: D3, D7 and 4A. RGB value is (211,215,74). Sum of RGB (Red+Green+Blue) = 211+215+74=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D74A is #2C28B5. Grayscale: #C6C6C6. Windows color (decimal): -2894006 or 4904915. OLE color: 4904915.

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

Color convert

RGB 211 215 74 -
CMYK 0.02 0 0.66 0.16
HSL 61.7º 0.64% 0.57% -
HSV(B) 61.7º 0.66% 0.84% -
XYZ 52.4 62.94 15.87 -
YUV 197.73 58.17 137.46 -
System Red Green Blue C M Y K H S L
Decimal 211 215 74 0.02 0 0.66 0.16 61.7 0.64 0.57
Hex D3 D7 4A 2 0 42 10 3E 40 39
Octal 323 327 112 2 0 102 20 76 100 71
Binary 11010011 11010111 1001010 10 0 1000010 10000 111110 1000000 111001

Color Harmonies of #D3D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D74A

Black with #D3D74A

Text Example


Text Example

White with #D3D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D74A; }

 p { color: rgb(211,215,74); }

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

background-color css

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

 a { background-color: rgb(211,215,74); }

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

border-color css

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

 span { border-color: rgb(211,215,74); }

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