Html Css Color HEX #D7C04B Confetti

📋 copy color: '#D7C04B'

red 215 ◦ green 192 ◦ blue 75

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

Shades of Confetti #D7C04B

Tints of Confetti #D7C04B

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 44.61%
G = 39.83%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7C04B (or 0xD7C04B) is known color: Confetti. HEX triplet: D7, C0 and 4B. RGB value is (215,192,75). Sum of RGB (Red+Green+Blue) = 215+192+75=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C04B is #283FB4. Grayscale: #BABABA. Windows color (decimal): -2637749 or 4964567. OLE color: 4964567.

HSL color Cylindrical-coordinate representation of color #D7C04B: hue angle of 50.14º degrees, saturation: 0.64, 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 #D7C04B is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 75 -
CMYK 0 0.11 0.65 0.16
HSL 50.14º 0.64% 0.57% -
HSV(B) 50.14º 0.65% 0.84% -
XYZ 48.14 52.65 14.28 -
YUV 185.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 215 192 75 0 0.11 0.65 0.16 50.14 0.64 0.57
Hex D7 C0 4B 0 B 41 10 32 40 39
Octal 327 300 113 0 13 101 20 62 100 71
Binary 11010111 11000000 1001011 0 1011 1000001 10000 110010 1000000 111001

Color Harmonies of #D7C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C04B

Black with #D7C04B

Text Example


Text Example

White with #D7C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C04B; }

 p { color: rgb(215,192,75); }

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

background-color css

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

 a { background-color: rgb(215,192,75); }

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

border-color css

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

 span { border-color: rgb(215,192,75); }

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