Html Css Color HEX #D7CB56 Confetti

📋 copy color: '#D7CB56'

red 215 ◦ green 203 ◦ blue 86

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

Shades of Confetti #D7CB56

Tints of Confetti #D7CB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 42.66%
G = 40.28%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D7CB56 (or 0xD7CB56) is known color: Confetti. HEX triplet: D7, CB and 56. RGB value is (215,203,86). Sum of RGB (Red+Green+Blue) = 215+203+86=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB56 is #2834A9. Grayscale: #C1C1C1. Windows color (decimal): -2634922 or 5688279. OLE color: 5688279.

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

Color convert

RGB 215 203 86 -
CMYK 0 0.06 0.6 0.16
HSL 54.42º 0.62% 0.59% -
HSV(B) 54.42º 0.6% 0.84% -
XYZ 51.06 57.83 17.28 -
YUV 193.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 215 203 86 0 0.06 0.6 0.16 54.42 0.62 0.59
Hex D7 CB 56 0 6 3C 10 36 3E 3B
Octal 327 313 126 0 6 74 20 66 76 73
Binary 11010111 11001011 1010110 0 110 111100 10000 110110 111110 111011

Color Harmonies of #D7CB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB56

Black with #D7CB56

Text Example


Text Example

White with #D7CB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB56; }

 p { color: rgb(215,203,86); }

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

background-color css

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

 a { background-color: rgb(215,203,86); }

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

border-color css

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

 span { border-color: rgb(215,203,86); }

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