Html Css Color HEX #D2C12D Barberry

📋 copy color: '#D2C12D'

red 210 ◦ green 193 ◦ blue 45

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

Shades of Barberry #D2C12D

Tints of Barberry #D2C12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 46.88%
G = 43.08%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2C12D (or 0xD2C12D) is known color: Barberry. HEX triplet: D2, C1 and 2D. RGB value is (210,193,45). Sum of RGB (Red+Green+Blue) = 210+193+45=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C12D is #2D3ED2. Grayscale: #B5B5B5. Windows color (decimal): -2965203 or 2998738. OLE color: 2998738.

HSL color Cylindrical-coordinate representation of color #D2C12D: hue angle of 53.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2C12D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 193 45 -
CMYK 0 0.08 0.79 0.18
HSL 53.82º 0.65% 0.5% -
HSV(B) 53.82º 0.79% 0.82% -
XYZ 46.12 52.03 10.09 -
YUV 181.21 51.13 148.53 -
System Red Green Blue C M Y K H S L
Decimal 210 193 45 0 0.08 0.79 0.18 53.82 0.65 0.5
Hex D2 C1 2D 0 8 4F 12 36 41 32
Octal 322 301 55 0 10 117 22 66 101 62
Binary 11010010 11000001 101101 0 1000 1001111 10010 110110 1000001 110010

Color Harmonies of #D2C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C12D

Black with #D2C12D

Text Example


Text Example

White with #D2C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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