Html Css Color HEX #D0C522 Barberry

📋 copy color: '#D0C522'

red 208 ◦ green 197 ◦ blue 34

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

Shades of Barberry #D0C522

Tints of Barberry #D0C522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.74%

R = 47.38%
G = 44.87%
B = 7.74%

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

#D0C522 (or 0xD0C522) is known color: Barberry. HEX triplet: D0, C5 and 22. RGB value is (208,197,34). Sum of RGB (Red+Green+Blue) = 208+197+34=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C522 is #2F3ADD. Grayscale: #B6B6B6. Windows color (decimal): -3095262 or 2278864. OLE color: 2278864.

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

Color convert

RGB 208 197 34 -
CMYK 0 0.05 0.84 0.18
HSL 56.21º 0.72% 0.47% -
HSV(B) 56.21º 0.84% 0.82% -
XYZ 46.27 53.46 9.39 -
YUV 181.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 208 197 34 0 0.05 0.84 0.18 56.21 0.72 0.47
Hex D0 C5 22 0 5 54 12 38 48 2F
Octal 320 305 42 0 5 124 22 70 110 57
Binary 11010000 11000101 100010 0 101 1010100 10010 111000 1001000 101111

Color Harmonies of #D0C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C522

Black with #D0C522

Text Example


Text Example

White with #D0C522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C522; }

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

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

background-color css

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

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

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

border-color css

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

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

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