Html Css Color HEX #D5C61B Barberry

📋 copy color: '#D5C61B'

red 213 ◦ green 198 ◦ blue 27

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

Shades of Barberry #D5C61B

Tints of Barberry #D5C61B

RGB

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

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

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

R = 48.63%
G = 45.21%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5C61B (or 0xD5C61B) is known color: Barberry. HEX triplet: D5, C6 and 1B. RGB value is (213,198,27). Sum of RGB (Red+Green+Blue) = 213+198+27=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C61B is #2A39E4. Grayscale: #B7B7B7. Windows color (decimal): -2767333 or 1820373. OLE color: 1820373.

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

Color convert

RGB 213 198 27 -
CMYK 0 0.07 0.87 0.16
HSL 55.16º 0.78% 0.47% -
HSV(B) 55.16º 0.87% 0.84% -
XYZ 47.83 54.61 9.06 -
YUV 182.99 39.97 149.4 -
System Red Green Blue C M Y K H S L
Decimal 213 198 27 0 0.07 0.87 0.16 55.16 0.78 0.47
Hex D5 C6 1B 0 7 57 10 37 4E 2F
Octal 325 306 33 0 7 127 20 67 116 57
Binary 11010101 11000110 11011 0 111 1010111 10000 110111 1001110 101111

Color Harmonies of #D5C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C61B

Black with #D5C61B

Text Example


Text Example

White with #D5C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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