Html Css Color HEX #D0C82D Barberry

📋 copy color: '#D0C82D'

red 208 ◦ green 200 ◦ blue 45

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

Shades of Barberry #D0C82D

Tints of Barberry #D0C82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 45.92%
G = 44.15%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0C82D (or 0xD0C82D) is known color: Barberry. HEX triplet: D0, C8 and 2D. RGB value is (208,200,45). Sum of RGB (Red+Green+Blue) = 208+200+45=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C82D is #2F37D2. Grayscale: #B9B9B9. Windows color (decimal): -3094483 or 3000528. OLE color: 3000528.

HSL color Cylindrical-coordinate representation of color #D0C82D: hue angle of 57.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0C82D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 45 -
CMYK 0 0.04 0.78 0.18
HSL 57.06º 0.64% 0.5% -
HSV(B) 57.06º 0.78% 0.82% -
XYZ 47.14 54.91 10.6 -
YUV 184.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 208 200 45 0 0.04 0.78 0.18 57.06 0.64 0.5
Hex D0 C8 2D 0 4 4E 12 39 40 32
Octal 320 310 55 0 4 116 22 71 100 62
Binary 11010000 11001000 101101 0 100 1001110 10010 111001 1000000 110010

Color Harmonies of #D0C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C82D

Black with #D0C82D

Text Example


Text Example

White with #D0C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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