Html Css Color HEX #D8CB4B Confetti

📋 copy color: '#D8CB4B'

red 216 ◦ green 203 ◦ blue 75

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

Shades of Confetti #D8CB4B

Tints of Confetti #D8CB4B

RGB

 RED value IS 216 (84.77% from 255) = 43.72%

 GREEN value IS 203 (79.69% from 255) = 41.09%

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

R = 43.72%
G = 41.09%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8CB4B (or 0xD8CB4B) is known color: Confetti. HEX triplet: D8, CB and 4B. RGB value is (216,203,75). Sum of RGB (Red+Green+Blue) = 216+203+75=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB4B is #2734B4. Grayscale: #C0C0C0. Windows color (decimal): -2569397 or 4967384. OLE color: 4967384.

HSL color Cylindrical-coordinate representation of color #D8CB4B: hue angle of 54.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8CB4B is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 75 -
CMYK 0 0.06 0.65 0.15
HSL 54.47º 0.64% 0.57% -
HSV(B) 54.47º 0.65% 0.85% -
XYZ 50.94 57.82 15.13 -
YUV 192.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 216 203 75 0 0.06 0.65 0.15 54.47 0.64 0.57
Hex D8 CB 4B 0 6 41 F 36 40 39
Octal 330 313 113 0 6 101 17 66 100 71
Binary 11011000 11001011 1001011 0 110 1000001 1111 110110 1000000 111001

Color Harmonies of #D8CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB4B

Black with #D8CB4B

Text Example


Text Example

White with #D8CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB4B; }

 p { color: rgb(216,203,75); }

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

background-color css

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

 a { background-color: rgb(216,203,75); }

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

border-color css

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

 span { border-color: rgb(216,203,75); }

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