Html Css Color HEX #D2C74F Confetti

📋 copy color: '#D2C74F'

red 210 ◦ green 199 ◦ blue 79

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

Shades of Confetti #D2C74F

Tints of Confetti #D2C74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

 BLUE value IS 79 (31.25% from 255) = 16.19%

R = 43.03%
G = 40.78%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2C74F (or 0xD2C74F) is known color: Confetti. HEX triplet: D2, C7 and 4F. RGB value is (210,199,79). Sum of RGB (Red+Green+Blue) = 210+199+79=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C74F is #2D38B0. Grayscale: #BDBDBD. Windows color (decimal): -2963633 or 5228498. OLE color: 5228498.

HSL color Cylindrical-coordinate representation of color #D2C74F: hue angle of 54.96º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2C74F is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 79 -
CMYK 0 0.05 0.62 0.18
HSL 54.96º 0.59% 0.57% -
HSV(B) 54.96º 0.62% 0.82% -
XYZ 48.41 55.11 15.48 -
YUV 188.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 210 199 79 0 0.05 0.62 0.18 54.96 0.59 0.57
Hex D2 C7 4F 0 5 3E 12 37 3B 39
Octal 322 307 117 0 5 76 22 67 73 71
Binary 11010010 11000111 1001111 0 101 111110 10010 110111 111011 111001

Color Harmonies of #D2C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C74F

Black with #D2C74F

Text Example


Text Example

White with #D2C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C74F; }

 p { color: rgb(210,199,79); }

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

background-color css

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

 a { background-color: rgb(210,199,79); }

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

border-color css

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

 span { border-color: rgb(210,199,79); }

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