Html Css Color HEX #D0C71E Barberry

📋 copy color: '#D0C71E'

red 208 ◦ green 199 ◦ blue 30

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

Shades of Barberry #D0C71E

Tints of Barberry #D0C71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 47.6%
G = 45.54%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0C71E (or 0xD0C71E) is known color: Barberry. HEX triplet: D0, C7 and 1E. RGB value is (208,199,30). Sum of RGB (Red+Green+Blue) = 208+199+30=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C71E is #2F38E1. Grayscale: #B7B7B7. Windows color (decimal): -3094754 or 2017232. OLE color: 2017232.

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

Color convert

RGB 208 199 30 -
CMYK 0 0.04 0.86 0.18
HSL 56.97º 0.75% 0.47% -
HSV(B) 56.97º 0.86% 0.82% -
XYZ 46.67 54.35 9.26 -
YUV 182.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 208 199 30 0 0.04 0.86 0.18 56.97 0.75 0.47
Hex D0 C7 1E 0 4 56 12 39 4B 2F
Octal 320 307 36 0 4 126 22 71 113 57
Binary 11010000 11000111 11110 0 100 1010110 10010 111001 1001011 101111

Color Harmonies of #D0C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C71E

Black with #D0C71E

Text Example


Text Example

White with #D0C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C71E; }

 p { color: rgb(208,199,30); }

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

background-color css

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

 a { background-color: rgb(208,199,30); }

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

border-color css

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

 span { border-color: rgb(208,199,30); }

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