Html Css Color HEX #D5C623 Barberry

📋 copy color: '#D5C623'

red 213 ◦ green 198 ◦ blue 35

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

Shades of Barberry #D5C623

Tints of Barberry #D5C623

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.39%

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

R = 47.76%
G = 44.39%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5C623 (or 0xD5C623) is known color: Barberry. HEX triplet: D5, C6 and 23. RGB value is (213,198,35). Sum of RGB (Red+Green+Blue) = 213+198+35=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C623 is #2A39DC. Grayscale: #B8B8B8. Windows color (decimal): -2767325 or 2344661. OLE color: 2344661.

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

Color convert

RGB 213 198 35 -
CMYK 0 0.07 0.84 0.16
HSL 54.94º 0.72% 0.49% -
HSV(B) 54.94º 0.84% 0.84% -
XYZ 47.94 54.66 9.61 -
YUV 183.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 213 198 35 0 0.07 0.84 0.16 54.94 0.72 0.49
Hex D5 C6 23 0 7 54 10 37 48 31
Octal 325 306 43 0 7 124 20 67 110 61
Binary 11010101 11000110 100011 0 111 1010100 10000 110111 1001000 110001

Color Harmonies of #D5C623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C623

Black with #D5C623

Text Example


Text Example

White with #D5C623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C623; }

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

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

background-color css

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

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

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

border-color css

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

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

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