Html Css Color HEX #D3CE4B Confetti

📋 copy color: '#D3CE4B'

red 211 ◦ green 206 ◦ blue 75

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

Shades of Confetti #D3CE4B

Tints of Confetti #D3CE4B

RGB

 RED value IS 211 (82.81% from 255) = 42.89%

 GREEN value IS 206 (80.86% from 255) = 41.87%

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

R = 42.89%
G = 41.87%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3CE4B (or 0xD3CE4B) is known color: Confetti. HEX triplet: D3, CE and 4B. RGB value is (211,206,75). Sum of RGB (Red+Green+Blue) = 211+206+75=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE4B is #2C31B4. Grayscale: #C1C1C1. Windows color (decimal): -2896309 or 4968147. OLE color: 4968147.

HSL color Cylindrical-coordinate representation of color #D3CE4B: hue angle of 57.79º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3CE4B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 206 75 -
CMYK 0 0.02 0.64 0.17
HSL 57.79º 0.61% 0.56% -
HSV(B) 57.79º 0.64% 0.83% -
XYZ 50.21 58.5 15.3 -
YUV 192.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 211 206 75 0 0.02 0.64 0.17 57.79 0.61 0.56
Hex D3 CE 4B 0 2 40 11 3A 3D 38
Octal 323 316 113 0 2 100 21 72 75 70
Binary 11010011 11001110 1001011 0 10 1000000 10001 111010 111101 111000

Color Harmonies of #D3CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CE4B

Black with #D3CE4B

Text Example


Text Example

White with #D3CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CE4B; }

 p { color: rgb(211,206,75); }

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

background-color css

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

 a { background-color: rgb(211,206,75); }

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

border-color css

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

 span { border-color: rgb(211,206,75); }

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