Html Css Color HEX #D5C02B Barberry

📋 copy color: '#D5C02B'

red 213 ◦ green 192 ◦ blue 43

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

Shades of Barberry #D5C02B

Tints of Barberry #D5C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

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

R = 47.54%
G = 42.86%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5C02B (or 0xD5C02B) is known color: Barberry. HEX triplet: D5, C0 and 2B. RGB value is (213,192,43). Sum of RGB (Red+Green+Blue) = 213+192+43=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C02B is #2A3FD4. Grayscale: #B5B5B5. Windows color (decimal): -2768853 or 2867413. OLE color: 2867413.

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

Color convert

RGB 213 192 43 -
CMYK 0 0.10 0.80 0.16
HSL 52.59º 0.67% 0.5% -
HSV(B) 52.59º 0.8% 0.84% -
XYZ 46.73 52.02 9.86 -
YUV 181.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 213 192 43 0 0.10 0.80 0.16 52.59 0.67 0.5
Hex D5 C0 2B 0 A 50 10 35 43 32
Octal 325 300 53 0 12 120 20 65 103 62
Binary 11010101 11000000 101011 0 1010 1010000 10000 110101 1000011 110010

Color Harmonies of #D5C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C02B

Black with #D5C02B

Text Example


Text Example

White with #D5C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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