Html Css Color HEX #D5C323 Barberry

📋 copy color: '#D5C323'

red 213 ◦ green 195 ◦ blue 35

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

Shades of Barberry #D5C323

Tints of Barberry #D5C323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

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

R = 48.08%
G = 44.02%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5C323 (or 0xD5C323) is known color: Barberry. HEX triplet: D5, C3 and 23. RGB value is (213,195,35). Sum of RGB (Red+Green+Blue) = 213+195+35=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C323 is #2A3CDC. Grayscale: #B6B6B6. Windows color (decimal): -2768093 or 2343893. OLE color: 2343893.

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

Color convert

RGB 213 195 35 -
CMYK 0 0.08 0.84 0.16
HSL 53.93º 0.72% 0.49% -
HSV(B) 53.93º 0.84% 0.84% -
XYZ 47.26 53.3 9.39 -
YUV 182.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 213 195 35 0 0.08 0.84 0.16 53.93 0.72 0.49
Hex D5 C3 23 0 8 54 10 36 48 31
Octal 325 303 43 0 10 124 20 66 110 61
Binary 11010101 11000011 100011 0 1000 1010100 10000 110110 1001000 110001

Color Harmonies of #D5C323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C323

Black with #D5C323

Text Example


Text Example

White with #D5C323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C323; }

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

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

background-color css

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

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

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

border-color css

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

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

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