Html Css Color HEX #D5C81B Barberry

📋 copy color: '#D5C81B'

red 213 ◦ green 200 ◦ blue 27

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

Shades of Barberry #D5C81B

Tints of Barberry #D5C81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 48.41%
G = 45.45%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5C81B (or 0xD5C81B) is known color: Barberry. HEX triplet: D5, C8 and 1B. RGB value is (213,200,27). Sum of RGB (Red+Green+Blue) = 213+200+27=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C81B is #2A37E4. Grayscale: #B8B8B8. Windows color (decimal): -2766821 or 1820885. OLE color: 1820885.

HSL color Cylindrical-coordinate representation of color #D5C81B: hue angle of 55.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5C81B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 27 -
CMYK 0 0.06 0.87 0.16
HSL 55.81º 0.78% 0.47% -
HSV(B) 55.81º 0.87% 0.84% -
XYZ 48.29 55.53 9.21 -
YUV 184.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 213 200 27 0 0.06 0.87 0.16 55.81 0.78 0.47
Hex D5 C8 1B 0 6 57 10 38 4E 2F
Octal 325 310 33 0 6 127 20 70 116 57
Binary 11010101 11001000 11011 0 110 1010111 10000 111000 1001110 101111

Color Harmonies of #D5C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C81B

Black with #D5C81B

Text Example


Text Example

White with #D5C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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