Html Css Color HEX #D2C72B Barberry

📋 copy color: '#D2C72B'

red 210 ◦ green 199 ◦ blue 43

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

Shades of Barberry #D2C72B

Tints of Barberry #D2C72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

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

R = 46.46%
G = 44.03%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2C72B (or 0xD2C72B) is known color: Barberry. HEX triplet: D2, C7 and 2B. RGB value is (210,199,43). Sum of RGB (Red+Green+Blue) = 210+199+43=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C72B is #2D38D4. Grayscale: #B9B9B9. Windows color (decimal): -2963669 or 2869202. OLE color: 2869202.

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

Color convert

RGB 210 199 43 -
CMYK 0 0.05 0.80 0.18
HSL 56.05º 0.66% 0.5% -
HSV(B) 56.05º 0.8% 0.82% -
XYZ 47.44 54.72 10.35 -
YUV 184.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 210 199 43 0 0.05 0.80 0.18 56.05 0.66 0.5
Hex D2 C7 2B 0 5 50 12 38 42 32
Octal 322 307 53 0 5 120 22 70 102 62
Binary 11010010 11000111 101011 0 101 1010000 10010 111000 1000010 110010

Color Harmonies of #D2C72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C72B

Black with #D2C72B

Text Example


Text Example

White with #D2C72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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