Html Css Color HEX #D0C822 Barberry

📋 copy color: '#D0C822'

red 208 ◦ green 200 ◦ blue 34

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

Shades of Barberry #D0C822

Tints of Barberry #D0C822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 47.06%
G = 45.25%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C822 (or 0xD0C822) is known color: Barberry. HEX triplet: D0, C8 and 22. RGB value is (208,200,34). Sum of RGB (Red+Green+Blue) = 208+200+34=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C822 is #2F37DD. Grayscale: #B8B8B8. Windows color (decimal): -3094494 or 2279632. OLE color: 2279632.

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

Color convert

RGB 208 200 34 -
CMYK 0 0.04 0.84 0.18
HSL 57.24º 0.72% 0.47% -
HSV(B) 57.24º 0.84% 0.82% -
XYZ 46.96 54.83 9.62 -
YUV 183.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 208 200 34 0 0.04 0.84 0.18 57.24 0.72 0.47
Hex D0 C8 22 0 4 54 12 39 48 2F
Octal 320 310 42 0 4 124 22 71 110 57
Binary 11010000 11001000 100010 0 100 1010100 10010 111001 1001000 101111

Color Harmonies of #D0C822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C822

Black with #D0C822

Text Example


Text Example

White with #D0C822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C822; }

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

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

background-color css

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

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

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

border-color css

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

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

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