Html Css Color HEX #D7CB4B Confetti

📋 copy color: '#D7CB4B'

red 215 ◦ green 203 ◦ blue 75

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

Shades of Confetti #D7CB4B

Tints of Confetti #D7CB4B

RGB

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

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

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

R = 43.61%
G = 41.18%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7CB4B (or 0xD7CB4B) is known color: Confetti. HEX triplet: D7, CB and 4B. RGB value is (215,203,75). Sum of RGB (Red+Green+Blue) = 215+203+75=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB4B is #2834B4. Grayscale: #C0C0C0. Windows color (decimal): -2634933 or 4967383. OLE color: 4967383.

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

Color convert

RGB 215 203 75 -
CMYK 0 0.06 0.65 0.16
HSL 54.86º 0.64% 0.57% -
HSV(B) 54.86º 0.65% 0.84% -
XYZ 50.65 57.67 15.12 -
YUV 192 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 215 203 75 0 0.06 0.65 0.16 54.86 0.64 0.57
Hex D7 CB 4B 0 6 41 10 37 40 39
Octal 327 313 113 0 6 101 20 67 100 71
Binary 11010111 11001011 1001011 0 110 1000001 10000 110111 1000000 111001

Color Harmonies of #D7CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB4B

Black with #D7CB4B

Text Example


Text Example

White with #D7CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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