Html Css Color HEX #D2C727 Barberry

📋 copy color: '#D2C727'

red 210 ◦ green 199 ◦ blue 39

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

Shades of Barberry #D2C727

Tints of Barberry #D2C727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.71%

R = 46.88%
G = 44.42%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2C727 (or 0xD2C727) is known color: Barberry. HEX triplet: D2, C7 and 27. RGB value is (210,199,39). Sum of RGB (Red+Green+Blue) = 210+199+39=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C727 is #2D38D8. Grayscale: #B8B8B8. Windows color (decimal): -2963673 or 2607058. OLE color: 2607058.

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

Color convert

RGB 210 199 39 -
CMYK 0 0.05 0.81 0.18
HSL 56.14º 0.69% 0.49% -
HSV(B) 56.14º 0.81% 0.82% -
XYZ 47.37 54.69 9.98 -
YUV 184.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 210 199 39 0 0.05 0.81 0.18 56.14 0.69 0.49
Hex D2 C7 27 0 5 51 12 38 45 31
Octal 322 307 47 0 5 121 22 70 105 61
Binary 11010010 11000111 100111 0 101 1010001 10010 111000 1000101 110001

Color Harmonies of #D2C727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C727

Black with #D2C727

Text Example


Text Example

White with #D2C727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C727; }

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

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

background-color css

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

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

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

border-color css

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

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

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