Html Css Color HEX #D0C82C Barberry

📋 copy color: '#D0C82C'

red 208 ◦ green 200 ◦ blue 44

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

Shades of Barberry #D0C82C

Tints of Barberry #D0C82C

RGB

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

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

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

R = 46.02%
G = 44.25%
B = 9.73%

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

#D0C82C (or 0xD0C82C) is known color: Barberry. HEX triplet: D0, C8 and 2C. RGB value is (208,200,44). Sum of RGB (Red+Green+Blue) = 208+200+44=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C82C is #2F37D3. Grayscale: #B9B9B9. Windows color (decimal): -3094484 or 2934992. OLE color: 2934992.

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

Color convert

RGB 208 200 44 -
CMYK 0 0.04 0.79 0.18
HSL 57.07º 0.65% 0.49% -
HSV(B) 57.07º 0.79% 0.82% -
XYZ 47.12 54.9 10.5 -
YUV 184.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 208 200 44 0 0.04 0.79 0.18 57.07 0.65 0.49
Hex D0 C8 2C 0 4 4F 12 39 41 31
Octal 320 310 54 0 4 117 22 71 101 61
Binary 11010000 11001000 101100 0 100 1001111 10010 111001 1000001 110001

Color Harmonies of #D0C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C82C

Black with #D0C82C

Text Example


Text Example

White with #D0C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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