Html Css Color HEX #D0C721 Barberry

📋 copy color: '#D0C721'

red 208 ◦ green 199 ◦ blue 33

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

Shades of Barberry #D0C721

Tints of Barberry #D0C721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

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

R = 47.27%
G = 45.23%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C721 (or 0xD0C721) is known color: Barberry. HEX triplet: D0, C7 and 21. RGB value is (208,199,33). Sum of RGB (Red+Green+Blue) = 208+199+33=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C721 is #2F38DE. Grayscale: #B7B7B7. Windows color (decimal): -3094751 or 2213840. OLE color: 2213840.

HSL color Cylindrical-coordinate representation of color #D0C721: hue angle of 56.91º 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 #D0C721 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 33 -
CMYK 0 0.04 0.84 0.18
HSL 56.91º 0.73% 0.47% -
HSV(B) 56.91º 0.84% 0.82% -
XYZ 46.71 54.37 9.47 -
YUV 182.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 208 199 33 0 0.04 0.84 0.18 56.91 0.73 0.47
Hex D0 C7 21 0 4 54 12 39 49 2F
Octal 320 307 41 0 4 124 22 71 111 57
Binary 11010000 11000111 100001 0 100 1010100 10010 111001 1001001 101111

Color Harmonies of #D0C721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C721

Black with #D0C721

Text Example


Text Example

White with #D0C721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C721; }

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

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

background-color css

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

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

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

border-color css

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

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

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