Html Css Color HEX #D5C823 Barberry

📋 copy color: '#D5C823'

red 213 ◦ green 200 ◦ blue 35

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

Shades of Barberry #D5C823

Tints of Barberry #D5C823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

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

R = 47.54%
G = 44.64%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5C823 (or 0xD5C823) is known color: Barberry. HEX triplet: D5, C8 and 23. RGB value is (213,200,35). Sum of RGB (Red+Green+Blue) = 213+200+35=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C823 is #2A37DC. Grayscale: #B9B9B9. Windows color (decimal): -2766813 or 2345173. OLE color: 2345173.

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

Color convert

RGB 213 200 35 -
CMYK 0 0.06 0.84 0.16
HSL 55.62º 0.72% 0.49% -
HSV(B) 55.62º 0.84% 0.84% -
XYZ 48.4 55.58 9.77 -
YUV 185.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 213 200 35 0 0.06 0.84 0.16 55.62 0.72 0.49
Hex D5 C8 23 0 6 54 10 38 48 31
Octal 325 310 43 0 6 124 20 70 110 61
Binary 11010101 11001000 100011 0 110 1010100 10000 111000 1001000 110001

Color Harmonies of #D5C823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C823

Black with #D5C823

Text Example


Text Example

White with #D5C823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C823; }

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

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

background-color css

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

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

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

border-color css

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

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

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