Html Css Color HEX #D2C42A Barberry

📋 copy color: '#D2C42A'

red 210 ◦ green 196 ◦ blue 42

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

Shades of Barberry #D2C42A

Tints of Barberry #D2C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 46.88%
G = 43.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2C42A (or 0xD2C42A) is known color: Barberry. HEX triplet: D2, C4 and 2A. RGB value is (210,196,42). Sum of RGB (Red+Green+Blue) = 210+196+42=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C42A is #2D3BD5. Grayscale: #B7B7B7. Windows color (decimal): -2964438 or 2802898. OLE color: 2802898.

HSL color Cylindrical-coordinate representation of color #D2C42A: hue angle of 55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2C42A is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 196 42 -
CMYK 0 0.07 0.8 0.18
HSL 55º 0.67% 0.49% -
HSV(B) 55º 0.8% 0.82% -
XYZ 46.74 53.35 10.02 -
YUV 182.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 210 196 42 0 0.07 0.8 0.18 55 0.67 0.49
Hex D2 C4 2A 0 7 50 12 37 43 31
Octal 322 304 52 0 7 120 22 67 103 61
Binary 11010010 11000100 101010 0 111 1010000 10010 110111 1000011 110001

Color Harmonies of #D2C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C42A

Black with #D2C42A

Text Example


Text Example

White with #D2C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C42A; }

 p { color: rgb(210,196,42); }

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

background-color css

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

 a { background-color: rgb(210,196,42); }

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

border-color css

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

 span { border-color: rgb(210,196,42); }

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