Html Css Color HEX #D5C82B Barberry

📋 copy color: '#D5C82B'

red 213 ◦ green 200 ◦ blue 43

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

Shades of Barberry #D5C82B

Tints of Barberry #D5C82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.43%

R = 46.71%
G = 43.86%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5C82B (or 0xD5C82B) is known color: Barberry. HEX triplet: D5, C8 and 2B. RGB value is (213,200,43). Sum of RGB (Red+Green+Blue) = 213+200+43=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C82B is #2A37D4. Grayscale: #BABABA. Windows color (decimal): -2766805 or 2869461. OLE color: 2869461.

HSL color Cylindrical-coordinate representation of color #D5C82B: hue angle of 55.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5C82B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 43 -
CMYK 0 0.06 0.80 0.16
HSL 55.41º 0.67% 0.5% -
HSV(B) 55.41º 0.8% 0.84% -
XYZ 48.53 55.63 10.47 -
YUV 185.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 213 200 43 0 0.06 0.80 0.16 55.41 0.67 0.5
Hex D5 C8 2B 0 6 50 10 37 43 32
Octal 325 310 53 0 6 120 20 67 103 62
Binary 11010101 11001000 101011 0 110 1010000 10000 110111 1000011 110010

Color Harmonies of #D5C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C82B

Black with #D5C82B

Text Example


Text Example

White with #D5C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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