Html Css Color HEX #D5CB46 Confetti

📋 copy color: '#D5CB46'

red 213 ◦ green 203 ◦ blue 70

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

Shades of Confetti #D5CB46

Tints of Confetti #D5CB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 43.83%
G = 41.77%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D5CB46 (or 0xD5CB46) is known color: Confetti. HEX triplet: D5, CB and 46. RGB value is (213,203,70). Sum of RGB (Red+Green+Blue) = 213+203+70=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB46 is #2A34B9. Grayscale: #BFBFBF. Windows color (decimal): -2766010 or 4639701. OLE color: 4639701.

HSL color Cylindrical-coordinate representation of color #D5CB46: hue angle of 55.8º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5CB46 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 70 -
CMYK 0 0.05 0.67 0.16
HSL 55.8º 0.63% 0.55% -
HSV(B) 55.8º 0.67% 0.84% -
XYZ 49.9 57.3 14.22 -
YUV 190.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 213 203 70 0 0.05 0.67 0.16 55.8 0.63 0.55
Hex D5 CB 46 0 5 43 10 38 3F 37
Octal 325 313 106 0 5 103 20 70 77 67
Binary 11010101 11001011 1000110 0 101 1000011 10000 111000 111111 110111

Color Harmonies of #D5CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB46

Black with #D5CB46

Text Example


Text Example

White with #D5CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB46; }

 p { color: rgb(213,203,70); }

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

background-color css

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

 a { background-color: rgb(213,203,70); }

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

border-color css

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

 span { border-color: rgb(213,203,70); }

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