Html Css Color HEX #D0C322 Barberry

📋 copy color: '#D0C322'

red 208 ◦ green 195 ◦ blue 34

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

Shades of Barberry #D0C322

Tints of Barberry #D0C322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 47.6%
G = 44.62%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C322 (or 0xD0C322) is known color: Barberry. HEX triplet: D0, C3 and 22. RGB value is (208,195,34). Sum of RGB (Red+Green+Blue) = 208+195+34=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C322 is #2F3CDD. Grayscale: #B5B5B5. Windows color (decimal): -3095774 or 2278352. OLE color: 2278352.

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

Color convert

RGB 208 195 34 -
CMYK 0 0.06 0.84 0.18
HSL 55.52º 0.72% 0.47% -
HSV(B) 55.52º 0.84% 0.82% -
XYZ 45.82 52.56 9.24 -
YUV 180.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 208 195 34 0 0.06 0.84 0.18 55.52 0.72 0.47
Hex D0 C3 22 0 6 54 12 38 48 2F
Octal 320 303 42 0 6 124 22 70 110 57
Binary 11010000 11000011 100010 0 110 1010100 10010 111000 1001000 101111

Color Harmonies of #D0C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C322

Black with #D0C322

Text Example


Text Example

White with #D0C322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C322; }

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

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

background-color css

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

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

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

border-color css

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

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

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