Html Css Color HEX #D5D323 Barberry

📋 copy color: '#D5D323'

red 213 ◦ green 211 ◦ blue 35

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

Shades of Barberry #D5D323

Tints of Barberry #D5D323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 35 (14.06% from 255) = 7.63%

R = 46.41%
G = 45.97%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5D323 (or 0xD5D323) is known color: Barberry. HEX triplet: D5, D3 and 23. RGB value is (213,211,35). Sum of RGB (Red+Green+Blue) = 213+211+35=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D323 is #2A2CDC. Grayscale: #C0C0C0. Windows color (decimal): -2763997 or 2347989. OLE color: 2347989.

HSL color Cylindrical-coordinate representation of color #D5D323: hue angle of 59.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5D323 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 35 -
CMYK 0 0.01 0.84 0.16
HSL 59.33º 0.72% 0.49% -
HSV(B) 59.33º 0.84% 0.84% -
XYZ 51.04 60.86 10.65 -
YUV 191.53 39.66 143.31 -
System Red Green Blue C M Y K H S L
Decimal 213 211 35 0 0.01 0.84 0.16 59.33 0.72 0.49
Hex D5 D3 23 0 1 54 10 3B 48 31
Octal 325 323 43 0 1 124 20 73 110 61
Binary 11010101 11010011 100011 0 1 1010100 10000 111011 1001000 110001

Color Harmonies of #D5D323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D323

Black with #D5D323

Text Example


Text Example

White with #D5D323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D323; }

 p { color: rgb(213,211,35); }

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

background-color css

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

 a { background-color: rgb(213,211,35); }

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

border-color css

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

 span { border-color: rgb(213,211,35); }

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