Html Css Color HEX #D2C74D Confetti

📋 copy color: '#D2C74D'

red 210 ◦ green 199 ◦ blue 77

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

Shades of Confetti #D2C74D

Tints of Confetti #D2C74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.84%

R = 43.21%
G = 40.95%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2C74D (or 0xD2C74D) is known color: Confetti. HEX triplet: D2, C7 and 4D. RGB value is (210,199,77). Sum of RGB (Red+Green+Blue) = 210+199+77=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C74D is #2D38B2. Grayscale: #BCBCBC. Windows color (decimal): -2963635 or 5097426. OLE color: 5097426.

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

Color convert

RGB 210 199 77 -
CMYK 0 0.05 0.63 0.18
HSL 55.04º 0.6% 0.56% -
HSV(B) 55.04º 0.63% 0.82% -
XYZ 48.34 55.08 15.11 -
YUV 188.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 210 199 77 0 0.05 0.63 0.18 55.04 0.6 0.56
Hex D2 C7 4D 0 5 3F 12 37 3C 38
Octal 322 307 115 0 5 77 22 67 74 70
Binary 11010010 11000111 1001101 0 101 111111 10010 110111 111100 111000

Color Harmonies of #D2C74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C74D

Black with #D2C74D

Text Example


Text Example

White with #D2C74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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