Html Css Color HEX #D0C72C Barberry

📋 copy color: '#D0C72C'

red 208 ◦ green 199 ◦ blue 44

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

Shades of Barberry #D0C72C

Tints of Barberry #D0C72C

RGB

 RED value IS 208 (81.64% from 255) = 46.12%

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

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

R = 46.12%
G = 44.12%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C72C (or 0xD0C72C) is known color: Barberry. HEX triplet: D0, C7 and 2C. RGB value is (208,199,44). Sum of RGB (Red+Green+Blue) = 208+199+44=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C72C is #2F38D3. Grayscale: #B8B8B8. Windows color (decimal): -3094740 or 2934736. OLE color: 2934736.

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

Color convert

RGB 208 199 44 -
CMYK 0 0.04 0.79 0.18
HSL 56.71º 0.65% 0.49% -
HSV(B) 56.71º 0.79% 0.82% -
XYZ 46.89 54.44 10.42 -
YUV 184.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 208 199 44 0 0.04 0.79 0.18 56.71 0.65 0.49
Hex D0 C7 2C 0 4 4F 12 39 41 31
Octal 320 307 54 0 4 117 22 71 101 61
Binary 11010000 11000111 101100 0 100 1001111 10010 111001 1000001 110001

Color Harmonies of #D0C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C72C

Black with #D0C72C

Text Example


Text Example

White with #D0C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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