Html Css Color HEX #D2C72D Barberry

📋 copy color: '#D2C72D'

red 210 ◦ green 199 ◦ blue 45

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

Shades of Barberry #D2C72D

Tints of Barberry #D2C72D

RGB

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

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

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

R = 46.26%
G = 43.83%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2C72D (or 0xD2C72D) is known color: Barberry. HEX triplet: D2, C7 and 2D. RGB value is (210,199,45). Sum of RGB (Red+Green+Blue) = 210+199+45=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C72D is #2D38D2. Grayscale: #B9B9B9. Windows color (decimal): -2963667 or 3000274. OLE color: 3000274.

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

Color convert

RGB 210 199 45 -
CMYK 0 0.05 0.79 0.18
HSL 56º 0.65% 0.5% -
HSV(B) 56º 0.79% 0.82% -
XYZ 47.48 54.74 10.55 -
YUV 184.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 210 199 45 0 0.05 0.79 0.18 56 0.65 0.5
Hex D2 C7 2D 0 5 4F 12 38 41 32
Octal 322 307 55 0 5 117 22 70 101 62
Binary 11010010 11000111 101101 0 101 1001111 10010 111000 1000001 110010

Color Harmonies of #D2C72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C72D

Black with #D2C72D

Text Example


Text Example

White with #D2C72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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