Html Css Color HEX #D5CD4B Confetti

📋 copy color: '#D5CD4B'

red 213 ◦ green 205 ◦ blue 75

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

Shades of Confetti #D5CD4B

Tints of Confetti #D5CD4B

RGB

 RED value IS 213 (83.59% from 255) = 43.2%

 GREEN value IS 205 (80.47% from 255) = 41.58%

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

R = 43.2%
G = 41.58%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5CD4B (or 0xD5CD4B) is known color: Confetti. HEX triplet: D5, CD and 4B. RGB value is (213,205,75). Sum of RGB (Red+Green+Blue) = 213+205+75=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD4B is #2A32B4. Grayscale: #C1C1C1. Windows color (decimal): -2765493 or 4967893. OLE color: 4967893.

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

Color convert

RGB 213 205 75 -
CMYK 0 0.04 0.65 0.16
HSL 56.52º 0.62% 0.56% -
HSV(B) 56.52º 0.65% 0.84% -
XYZ 50.54 58.32 15.25 -
YUV 192.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 213 205 75 0 0.04 0.65 0.16 56.52 0.62 0.56
Hex D5 CD 4B 0 4 41 10 39 3E 38
Octal 325 315 113 0 4 101 20 71 76 70
Binary 11010101 11001101 1001011 0 100 1000001 10000 111001 111110 111000

Color Harmonies of #D5CD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD4B

Black with #D5CD4B

Text Example


Text Example

White with #D5CD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD4B; }

 p { color: rgb(213,205,75); }

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

background-color css

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

 a { background-color: rgb(213,205,75); }

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

border-color css

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

 span { border-color: rgb(213,205,75); }

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