Html Css Color HEX #D7CC4B Confetti

📋 copy color: '#D7CC4B'

red 215 ◦ green 204 ◦ blue 75

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

Shades of Confetti #D7CC4B

Tints of Confetti #D7CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 43.52%
G = 41.3%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7CC4B (or 0xD7CC4B) is known color: Confetti. HEX triplet: D7, CC and 4B. RGB value is (215,204,75). Sum of RGB (Red+Green+Blue) = 215+204+75=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC4B is #2833B4. Grayscale: #C1C1C1. Windows color (decimal): -2634677 or 4967639. OLE color: 4967639.

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

Color convert

RGB 215 204 75 -
CMYK 0 0.05 0.65 0.16
HSL 55.29º 0.64% 0.57% -
HSV(B) 55.29º 0.65% 0.84% -
XYZ 50.89 58.14 15.2 -
YUV 192.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 215 204 75 0 0.05 0.65 0.16 55.29 0.64 0.57
Hex D7 CC 4B 0 5 41 10 37 40 39
Octal 327 314 113 0 5 101 20 67 100 71
Binary 11010111 11001100 1001011 0 101 1000001 10000 110111 1000000 111001

Color Harmonies of #D7CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC4B

Black with #D7CC4B

Text Example


Text Example

White with #D7CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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