Html Css Color HEX #D3D64B Confetti

📋 copy color: '#D3D64B'

red 211 ◦ green 214 ◦ blue 75

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

Shades of Confetti #D3D64B

Tints of Confetti #D3D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 42.2%
G = 42.8%
B = 15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D3D64B (or 0xD3D64B) is known color: Confetti. HEX triplet: D3, D6 and 4B. RGB value is (211,214,75). Sum of RGB (Red+Green+Blue) = 211+214+75=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D64B is #2C29B4. Grayscale: #C5C5C5. Windows color (decimal): -2894261 or 4970195. OLE color: 4970195.

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

Color convert

RGB 211 214 75 -
CMYK 0.01 0 0.65 0.16
HSL 61.29º 0.63% 0.57% -
HSV(B) 61.29º 0.65% 0.84% -
XYZ 52.18 62.45 15.96 -
YUV 197.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 211 214 75 0.01 0 0.65 0.16 61.29 0.63 0.57
Hex D3 D6 4B 1 0 41 10 3D 3F 39
Octal 323 326 113 1 0 101 20 75 77 71
Binary 11010011 11010110 1001011 1 0 1000001 10000 111101 111111 111001

Color Harmonies of #D3D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D64B

Black with #D3D64B

Text Example


Text Example

White with #D3D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D64B; }

 p { color: rgb(211,214,75); }

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

background-color css

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

 a { background-color: rgb(211,214,75); }

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

border-color css

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

 span { border-color: rgb(211,214,75); }

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