Html Css Color HEX #D0BA23 Barberry

📋 copy color: '#D0BA23'

red 208 ◦ green 186 ◦ blue 35

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

Shades of Barberry #D0BA23

Tints of Barberry #D0BA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 35 (14.06% from 255) = 8.16%

R = 48.48%
G = 43.36%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0BA23 (or 0xD0BA23) is known color: Barberry. HEX triplet: D0, BA and 23. RGB value is (208,186,35). Sum of RGB (Red+Green+Blue) = 208+186+35=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA23 is #2F45DC. Grayscale: #AFAFAF. Windows color (decimal): -3098077 or 2341584. OLE color: 2341584.

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

Color convert

RGB 208 186 35 -
CMYK 0 0.11 0.83 0.18
HSL 52.37º 0.71% 0.48% -
HSV(B) 52.37º 0.83% 0.82% -
XYZ 43.87 48.65 8.67 -
YUV 175.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 208 186 35 0 0.11 0.83 0.18 52.37 0.71 0.48
Hex D0 BA 23 0 B 53 12 34 47 30
Octal 320 272 43 0 13 123 22 64 107 60
Binary 11010000 10111010 100011 0 1011 1010011 10010 110100 1000111 110000

Color Harmonies of #D0BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA23

Black with #D0BA23

Text Example


Text Example

White with #D0BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA23; }

 p { color: rgb(208,186,35); }

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

background-color css

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

 a { background-color: rgb(208,186,35); }

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

border-color css

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

 span { border-color: rgb(208,186,35); }

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