Html Css Color HEX #D2C62B Barberry

📋 copy color: '#D2C62B'

red 210 ◦ green 198 ◦ blue 43

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

Shades of Barberry #D2C62B

Tints of Barberry #D2C62B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 46.56%
G = 43.9%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2C62B (or 0xD2C62B) is known color: Barberry. HEX triplet: D2, C6 and 2B. RGB value is (210,198,43). Sum of RGB (Red+Green+Blue) = 210+198+43=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C62B is #2D39D4. Grayscale: #B8B8B8. Windows color (decimal): -2963925 or 2868946. OLE color: 2868946.

HSL color Cylindrical-coordinate representation of color #D2C62B: hue angle of 55.69º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2C62B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 198 43 -
CMYK 0 0.06 0.80 0.18
HSL 55.69º 0.66% 0.5% -
HSV(B) 55.69º 0.8% 0.82% -
XYZ 47.21 54.26 10.27 -
YUV 183.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 210 198 43 0 0.06 0.80 0.18 55.69 0.66 0.5
Hex D2 C6 2B 0 6 50 12 38 42 32
Octal 322 306 53 0 6 120 22 70 102 62
Binary 11010010 11000110 101011 0 110 1010000 10010 111000 1000010 110010

Color Harmonies of #D2C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C62B

Black with #D2C62B

Text Example


Text Example

White with #D2C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C62B; }

 p { color: rgb(210,198,43); }

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

background-color css

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

 a { background-color: rgb(210,198,43); }

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

border-color css

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

 span { border-color: rgb(210,198,43); }

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