Html Css Color HEX #D2C81D Barberry

📋 copy color: '#D2C81D'

red 210 ◦ green 200 ◦ blue 29

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

Shades of Barberry #D2C81D

Tints of Barberry #D2C81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 47.84%
G = 45.56%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2C81D (or 0xD2C81D) is known color: Barberry. HEX triplet: D2, C8 and 1D. RGB value is (210,200,29). Sum of RGB (Red+Green+Blue) = 210+200+29=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C81D is #2D37E2. Grayscale: #B8B8B8. Windows color (decimal): -2963427 or 1951954. OLE color: 1951954.

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

Color convert

RGB 210 200 29 -
CMYK 0 0.05 0.86 0.18
HSL 56.69º 0.76% 0.47% -
HSV(B) 56.69º 0.86% 0.82% -
XYZ 47.45 55.1 9.3 -
YUV 183.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 210 200 29 0 0.05 0.86 0.18 56.69 0.76 0.47
Hex D2 C8 1D 0 5 56 12 39 4C 2F
Octal 322 310 35 0 5 126 22 71 114 57
Binary 11010010 11001000 11101 0 101 1010110 10010 111001 1001100 101111

Color Harmonies of #D2C81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C81D

Black with #D2C81D

Text Example


Text Example

White with #D2C81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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