Html Css Color HEX #D0D31A Barberry

📋 copy color: '#D0D31A'

red 208 ◦ green 211 ◦ blue 26

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

Shades of Barberry #D0D31A

Tints of Barberry #D0D31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.42%

 BLUE value IS 26 (10.55% from 255) = 5.84%

R = 46.74%
G = 47.42%
B = 5.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D0D31A (or 0xD0D31A) is known color: Barberry. HEX triplet: D0, D3 and 1A. RGB value is (208,211,26). Sum of RGB (Red+Green+Blue) = 208+211+26=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D31A is #2F2CE5. Grayscale: #BDBDBD. Windows color (decimal): -3091686 or 1758160. OLE color: 1758160.

HSL color Cylindrical-coordinate representation of color #D0D31A: hue angle of 60.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0D31A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 26 -
CMYK 0.01 0 0.88 0.17
HSL 60.97º 0.78% 0.46% -
HSV(B) 60.97º 0.88% 0.83% -
XYZ 49.49 60.07 9.96 -
YUV 189.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 208 211 26 0.01 0 0.88 0.17 60.97 0.78 0.46
Hex D0 D3 1A 1 0 58 11 3D 4E 2E
Octal 320 323 32 1 0 130 21 75 116 56
Binary 11010000 11010011 11010 1 0 1011000 10001 111101 1001110 101110

Color Harmonies of #D0D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D31A

Black with #D0D31A

Text Example


Text Example

White with #D0D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D31A; }

 p { color: rgb(208,211,26); }

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

background-color css

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

 a { background-color: rgb(208,211,26); }

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

border-color css

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

 span { border-color: rgb(208,211,26); }

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