Html Css Color HEX #D0C827 Barberry

📋 copy color: '#D0C827'

red 208 ◦ green 200 ◦ blue 39

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

Shades of Barberry #D0C827

Tints of Barberry #D0C827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.72%

R = 46.53%
G = 44.74%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0C827 (or 0xD0C827) is known color: Barberry. HEX triplet: D0, C8 and 27. RGB value is (208,200,39). Sum of RGB (Red+Green+Blue) = 208+200+39=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C827 is #2F37D8. Grayscale: #B8B8B8. Windows color (decimal): -3094489 or 2607312. OLE color: 2607312.

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

Color convert

RGB 208 200 39 -
CMYK 0 0.04 0.81 0.18
HSL 57.16º 0.68% 0.48% -
HSV(B) 57.16º 0.81% 0.82% -
XYZ 47.03 54.86 10.03 -
YUV 184.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 208 200 39 0 0.04 0.81 0.18 57.16 0.68 0.48
Hex D0 C8 27 0 4 51 12 39 44 30
Octal 320 310 47 0 4 121 22 71 104 60
Binary 11010000 11001000 100111 0 100 1010001 10010 111001 1000100 110000

Color Harmonies of #D0C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C827

Black with #D0C827

Text Example


Text Example

White with #D0C827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C827; }

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

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

background-color css

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

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

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

border-color css

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

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

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