Html Css Color HEX #D2C72C Barberry

📋 copy color: '#D2C72C'

red 210 ◦ green 199 ◦ blue 44

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

Shades of Barberry #D2C72C

Tints of Barberry #D2C72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 46.36%
G = 43.93%
B = 9.71%

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

#D2C72C (or 0xD2C72C) is known color: Barberry. HEX triplet: D2, C7 and 2C. RGB value is (210,199,44). Sum of RGB (Red+Green+Blue) = 210+199+44=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C72C is #2D38D3. Grayscale: #B9B9B9. Windows color (decimal): -2963668 or 2934738. OLE color: 2934738.

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

Color convert

RGB 210 199 44 -
CMYK 0 0.05 0.79 0.18
HSL 56.02º 0.65% 0.5% -
HSV(B) 56.02º 0.79% 0.82% -
XYZ 47.46 54.73 10.45 -
YUV 184.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 210 199 44 0 0.05 0.79 0.18 56.02 0.65 0.5
Hex D2 C7 2C 0 5 4F 12 38 41 32
Octal 322 307 54 0 5 117 22 70 101 62
Binary 11010010 11000111 101100 0 101 1001111 10010 111000 1000001 110010

Color Harmonies of #D2C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C72C

Black with #D2C72C

Text Example


Text Example

White with #D2C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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