Html Css Color HEX #D2D01A Barberry

📋 copy color: '#D2D01A'

red 210 ◦ green 208 ◦ blue 26

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

Shades of Barberry #D2D01A

Tints of Barberry #D2D01A

RGB

 RED value IS 210 (82.42% from 255) = 47.3%

 GREEN value IS 208 (81.64% from 255) = 46.85%

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

R = 47.3%
G = 46.85%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2D01A (or 0xD2D01A) is known color: Barberry. HEX triplet: D2, D0 and 1A. RGB value is (210,208,26). Sum of RGB (Red+Green+Blue) = 210+208+26=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D01A is #2D2FE5. Grayscale: #BCBCBC. Windows color (decimal): -2961382 or 1757394. OLE color: 1757394.

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

Color convert

RGB 210 208 26 -
CMYK 0 0.01 0.88 0.18
HSL 59.35º 0.78% 0.46% -
HSV(B) 59.35º 0.88% 0.82% -
XYZ 49.32 58.89 9.74 -
YUV 187.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 210 208 26 0 0.01 0.88 0.18 59.35 0.78 0.46
Hex D2 D0 1A 0 1 58 12 3B 4E 2E
Octal 322 320 32 0 1 130 22 73 116 56
Binary 11010010 11010000 11010 0 1 1011000 10010 111011 1001110 101110

Color Harmonies of #D2D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D01A

Black with #D2D01A

Text Example


Text Example

White with #D2D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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