Html Css Color HEX #D0B825 Barberry

📋 copy color: '#D0B825'

red 208 ◦ green 184 ◦ blue 37

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

Shades of Barberry #D0B825

Tints of Barberry #D0B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 48.48%
G = 42.89%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0B825 (or 0xD0B825) is known color: Barberry. HEX triplet: D0, B8 and 25. RGB value is (208,184,37). Sum of RGB (Red+Green+Blue) = 208+184+37=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B825 is #2F47DA. Grayscale: #AFAFAF. Windows color (decimal): -3098587 or 2472144. OLE color: 2472144.

HSL color Cylindrical-coordinate representation of color #D0B825: hue angle of 51.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0B825 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 184 37 -
CMYK 0 0.12 0.82 0.18
HSL 51.58º 0.7% 0.48% -
HSV(B) 51.58º 0.82% 0.82% -
XYZ 43.49 47.82 8.69 -
YUV 174.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 208 184 37 0 0.12 0.82 0.18 51.58 0.7 0.48
Hex D0 B8 25 0 C 52 12 34 46 30
Octal 320 270 45 0 14 122 22 64 106 60
Binary 11010000 10111000 100101 0 1100 1010010 10010 110100 1000110 110000

Color Harmonies of #D0B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B825

Black with #D0B825

Text Example


Text Example

White with #D0B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B825; }

 p { color: rgb(208,184,37); }

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

background-color css

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

 a { background-color: rgb(208,184,37); }

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

border-color css

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

 span { border-color: rgb(208,184,37); }

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