Html Css Color HEX #D0C74F Confetti

📋 copy color: '#D0C74F'

red 208 ◦ green 199 ◦ blue 79

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

Shades of Confetti #D0C74F

Tints of Confetti #D0C74F

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

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

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

R = 42.8%
G = 40.95%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0C74F (or 0xD0C74F) is known color: Confetti. HEX triplet: D0, C7 and 4F. RGB value is (208,199,79). Sum of RGB (Red+Green+Blue) = 208+199+79=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C74F is #2F38B0. Grayscale: #BCBCBC. Windows color (decimal): -3094705 or 5228496. OLE color: 5228496.

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

Color convert

RGB 208 199 79 -
CMYK 0 0.04 0.62 0.18
HSL 55.81º 0.58% 0.56% -
HSV(B) 55.81º 0.62% 0.82% -
XYZ 47.85 54.82 15.46 -
YUV 188.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 208 199 79 0 0.04 0.62 0.18 55.81 0.58 0.56
Hex D0 C7 4F 0 4 3E 12 38 3A 38
Octal 320 307 117 0 4 76 22 70 72 70
Binary 11010000 11000111 1001111 0 100 111110 10010 111000 111010 111000

Color Harmonies of #D0C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C74F

Black with #D0C74F

Text Example


Text Example

White with #D0C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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