Html Css Color HEX #D7BF4B Confetti

📋 copy color: '#D7BF4B'

red 215 ◦ green 191 ◦ blue 75

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

Shades of Confetti #D7BF4B

Tints of Confetti #D7BF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

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

R = 44.7%
G = 39.71%
B = 15.59%

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

#D7BF4B (or 0xD7BF4B) is known color: Confetti. HEX triplet: D7, BF and 4B. RGB value is (215,191,75). Sum of RGB (Red+Green+Blue) = 215+191+75=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF4B is #2840B4. Grayscale: #B9B9B9. Windows color (decimal): -2638005 or 4964311. OLE color: 4964311.

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

Color convert

RGB 215 191 75 -
CMYK 0 0.11 0.65 0.16
HSL 49.71º 0.64% 0.57% -
HSV(B) 49.71º 0.65% 0.84% -
XYZ 47.93 52.22 14.21 -
YUV 184.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 215 191 75 0 0.11 0.65 0.16 49.71 0.64 0.57
Hex D7 BF 4B 0 B 41 10 32 40 39
Octal 327 277 113 0 13 101 20 62 100 71
Binary 11010111 10111111 1001011 0 1011 1000001 10000 110010 1000000 111001

Color Harmonies of #D7BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF4B

Black with #D7BF4B

Text Example


Text Example

White with #D7BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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