Html Css Color HEX #D0C122 Barberry

📋 copy color: '#D0C122'

red 208 ◦ green 193 ◦ blue 34

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

Shades of Barberry #D0C122

Tints of Barberry #D0C122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.37%

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 47.82%
G = 44.37%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C122 (or 0xD0C122) is known color: Barberry. HEX triplet: D0, C1 and 22. RGB value is (208,193,34). Sum of RGB (Red+Green+Blue) = 208+193+34=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C122 is #2F3EDD. Grayscale: #B4B4B4. Windows color (decimal): -3096286 or 2277840. OLE color: 2277840.

HSL color Cylindrical-coordinate representation of color #D0C122: hue angle of 54.83º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0C122 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 34 -
CMYK 0 0.07 0.84 0.18
HSL 54.83º 0.72% 0.47% -
HSV(B) 54.83º 0.84% 0.82% -
XYZ 45.37 51.67 9.09 -
YUV 179.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 208 193 34 0 0.07 0.84 0.18 54.83 0.72 0.47
Hex D0 C1 22 0 7 54 12 37 48 2F
Octal 320 301 42 0 7 124 22 67 110 57
Binary 11010000 11000001 100010 0 111 1010100 10010 110111 1001000 101111

Color Harmonies of #D0C122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C122

Black with #D0C122

Text Example


Text Example

White with #D0C122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C122; }

 p { color: rgb(208,193,34); }

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

background-color css

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

 a { background-color: rgb(208,193,34); }

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

border-color css

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

 span { border-color: rgb(208,193,34); }

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