Html Css Color HEX #D0C521 Barberry

📋 copy color: '#D0C521'

red 208 ◦ green 197 ◦ blue 33

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

Shades of Barberry #D0C521

Tints of Barberry #D0C521

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

 GREEN value IS 197 (77.34% from 255) = 44.98%

 BLUE value IS 33 (13.28% from 255) = 7.53%

R = 47.49%
G = 44.98%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C521 (or 0xD0C521) is known color: Barberry. HEX triplet: D0, C5 and 21. RGB value is (208,197,33). Sum of RGB (Red+Green+Blue) = 208+197+33=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C521 is #2F3ADE. Grayscale: #B6B6B6. Windows color (decimal): -3095263 or 2213328. OLE color: 2213328.

HSL color Cylindrical-coordinate representation of color #D0C521: hue angle of 56.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0C521 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 33 -
CMYK 0 0.05 0.84 0.18
HSL 56.23º 0.73% 0.47% -
HSV(B) 56.23º 0.84% 0.82% -
XYZ 46.25 53.45 9.32 -
YUV 181.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 208 197 33 0 0.05 0.84 0.18 56.23 0.73 0.47
Hex D0 C5 21 0 5 54 12 38 49 2F
Octal 320 305 41 0 5 124 22 70 111 57
Binary 11010000 11000101 100001 0 101 1010100 10010 111000 1001001 101111

Color Harmonies of #D0C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C521

Black with #D0C521

Text Example


Text Example

White with #D0C521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C521; }

 p { color: rgb(208,197,33); }

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

background-color css

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

 a { background-color: rgb(208,197,33); }

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

border-color css

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

 span { border-color: rgb(208,197,33); }

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