Html Css Color HEX #D0C22C Barberry

📋 copy color: '#D0C22C'

red 208 ◦ green 194 ◦ blue 44

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

Shades of Barberry #D0C22C

Tints of Barberry #D0C22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

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

R = 46.64%
G = 43.5%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C22C (or 0xD0C22C) is known color: Barberry. HEX triplet: D0, C2 and 2C. RGB value is (208,194,44). Sum of RGB (Red+Green+Blue) = 208+194+44=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C22C is #2F3DD3. Grayscale: #B5B5B5. Windows color (decimal): -3096020 or 2933456. OLE color: 2933456.

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

Color convert

RGB 208 194 44 -
CMYK 0 0.07 0.79 0.18
HSL 54.88º 0.65% 0.49% -
HSV(B) 54.88º 0.79% 0.82% -
XYZ 45.76 52.18 10.04 -
YUV 181.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 208 194 44 0 0.07 0.79 0.18 54.88 0.65 0.49
Hex D0 C2 2C 0 7 4F 12 37 41 31
Octal 320 302 54 0 7 117 22 67 101 61
Binary 11010000 11000010 101100 0 111 1001111 10010 110111 1000001 110001

Color Harmonies of #D0C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C22C

Black with #D0C22C

Text Example


Text Example

White with #D0C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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