Html Css Color HEX #D5C81C Barberry

📋 copy color: '#D5C81C'

red 213 ◦ green 200 ◦ blue 28

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

Shades of Barberry #D5C81C

Tints of Barberry #D5C81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 48.3%
G = 45.35%
B = 6.35%

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

#D5C81C (or 0xD5C81C) is known color: Barberry. HEX triplet: D5, C8 and 1C. RGB value is (213,200,28). Sum of RGB (Red+Green+Blue) = 213+200+28=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C81C is #2A37E3. Grayscale: #B8B8B8. Windows color (decimal): -2766820 or 1886421. OLE color: 1886421.

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

Color convert

RGB 213 200 28 -
CMYK 0 0.06 0.87 0.16
HSL 55.78º 0.77% 0.47% -
HSV(B) 55.78º 0.87% 0.84% -
XYZ 48.3 55.54 9.27 -
YUV 184.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 213 200 28 0 0.06 0.87 0.16 55.78 0.77 0.47
Hex D5 C8 1C 0 6 57 10 38 4D 2F
Octal 325 310 34 0 6 127 20 70 115 57
Binary 11010101 11001000 11100 0 110 1010111 10000 111000 1001101 101111

Color Harmonies of #D5C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C81C

Black with #D5C81C

Text Example


Text Example

White with #D5C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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