Html Css Color HEX #D0BE25 Barberry

📋 copy color: '#D0BE25'

red 208 ◦ green 190 ◦ blue 37

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

Shades of Barberry #D0BE25

Tints of Barberry #D0BE25

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

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

R = 47.82%
G = 43.68%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0BE25 (or 0xD0BE25) is known color: Barberry. HEX triplet: D0, BE and 25. RGB value is (208,190,37). Sum of RGB (Red+Green+Blue) = 208+190+37=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE25 is #2F41DA. Grayscale: #B2B2B2. Windows color (decimal): -3097051 or 2473680. OLE color: 2473680.

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

Color convert

RGB 208 190 37 -
CMYK 0 0.09 0.82 0.18
HSL 53.68º 0.7% 0.48% -
HSV(B) 53.68º 0.82% 0.82% -
XYZ 44.76 50.37 9.11 -
YUV 177.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 208 190 37 0 0.09 0.82 0.18 53.68 0.7 0.48
Hex D0 BE 25 0 9 52 12 36 46 30
Octal 320 276 45 0 11 122 22 66 106 60
Binary 11010000 10111110 100101 0 1001 1010010 10010 110110 1000110 110000

Color Harmonies of #D0BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE25

Black with #D0BE25

Text Example


Text Example

White with #D0BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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