Html Css Color HEX #D2C81A Barberry

📋 copy color: '#D2C81A'

red 210 ◦ green 200 ◦ blue 26

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

Shades of Barberry #D2C81A

Tints of Barberry #D2C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 48.17%
G = 45.87%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2C81A (or 0xD2C81A) is known color: Barberry. HEX triplet: D2, C8 and 1A. RGB value is (210,200,26). Sum of RGB (Red+Green+Blue) = 210+200+26=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C81A is #2D37E5. Grayscale: #B7B7B7. Windows color (decimal): -2963430 or 1755346. OLE color: 1755346.

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

Color convert

RGB 210 200 26 -
CMYK 0 0.05 0.88 0.18
HSL 56.74º 0.78% 0.46% -
HSV(B) 56.74º 0.88% 0.82% -
XYZ 47.42 55.08 9.11 -
YUV 183.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 210 200 26 0 0.05 0.88 0.18 56.74 0.78 0.46
Hex D2 C8 1A 0 5 58 12 39 4E 2E
Octal 322 310 32 0 5 130 22 71 116 56
Binary 11010010 11001000 11010 0 101 1011000 10010 111001 1001110 101110

Color Harmonies of #D2C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C81A

Black with #D2C81A

Text Example


Text Example

White with #D2C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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