Html Css Color HEX #D2D01C Barberry

📋 copy color: '#D2D01C'

red 210 ◦ green 208 ◦ blue 28

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

Shades of Barberry #D2D01C

Tints of Barberry #D2D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 47.09%
G = 46.64%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2D01C (or 0xD2D01C) is known color: Barberry. HEX triplet: D2, D0 and 1C. RGB value is (210,208,28). Sum of RGB (Red+Green+Blue) = 210+208+28=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D01C is #2D2FE3. Grayscale: #BCBCBC. Windows color (decimal): -2961380 or 1888466. OLE color: 1888466.

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

Color convert

RGB 210 208 28 -
CMYK 0 0.01 0.87 0.18
HSL 59.34º 0.76% 0.47% -
HSV(B) 59.34º 0.87% 0.82% -
XYZ 49.34 58.9 9.87 -
YUV 188.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 210 208 28 0 0.01 0.87 0.18 59.34 0.76 0.47
Hex D2 D0 1C 0 1 57 12 3B 4C 2F
Octal 322 320 34 0 1 127 22 73 114 57
Binary 11010010 11010000 11100 0 1 1010111 10010 111011 1001100 101111

Color Harmonies of #D2D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D01C

Black with #D2D01C

Text Example


Text Example

White with #D2D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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