Html Css Color HEX #D2C11D Barberry

📋 copy color: '#D2C11D'

red 210 ◦ green 193 ◦ blue 29

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

Shades of Barberry #D2C11D

Tints of Barberry #D2C11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 48.61%
G = 44.68%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2C11D (or 0xD2C11D) is known color: Barberry. HEX triplet: D2, C1 and 1D. RGB value is (210,193,29). Sum of RGB (Red+Green+Blue) = 210+193+29=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C11D is #2D3EE2. Grayscale: #B4B4B4. Windows color (decimal): -2965219 or 1950162. OLE color: 1950162.

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

Color convert

RGB 210 193 29 -
CMYK 0 0.08 0.86 0.18
HSL 54.36º 0.76% 0.47% -
HSV(B) 54.36º 0.86% 0.82% -
XYZ 45.87 51.93 8.77 -
YUV 179.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 210 193 29 0 0.08 0.86 0.18 54.36 0.76 0.47
Hex D2 C1 1D 0 8 56 12 36 4C 2F
Octal 322 301 35 0 10 126 22 66 114 57
Binary 11010010 11000001 11101 0 1000 1010110 10010 110110 1001100 101111

Color Harmonies of #D2C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C11D

Black with #D2C11D

Text Example


Text Example

White with #D2C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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