Html Css Color HEX #D0D71B Barberry

📋 copy color: '#D0D71B'

red 208 ◦ green 215 ◦ blue 27

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

Shades of Barberry #D0D71B

Tints of Barberry #D0D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.78%

 BLUE value IS 27 (10.94% from 255) = 6%

R = 46.22%
G = 47.78%
B = 6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D0D71B (or 0xD0D71B) is known color: Barberry. HEX triplet: D0, D7 and 1B. RGB value is (208,215,27). Sum of RGB (Red+Green+Blue) = 208+215+27=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D71B is #2F28E4. Grayscale: #C0C0C0. Windows color (decimal): -3090661 or 1824720. OLE color: 1824720.

HSL color Cylindrical-coordinate representation of color #D0D71B: hue angle of 62.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0D71B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 27 -
CMYK 0.03 0 0.87 0.16
HSL 62.23º 0.78% 0.47% -
HSV(B) 62.23º 0.87% 0.84% -
XYZ 50.51 62.09 10.36 -
YUV 191.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 208 215 27 0.03 0 0.87 0.16 62.23 0.78 0.47
Hex D0 D7 1B 3 0 57 10 3E 4E 2F
Octal 320 327 33 3 0 127 20 76 116 57
Binary 11010000 11010111 11011 11 0 1010111 10000 111110 1001110 101111

Color Harmonies of #D0D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D71B

Black with #D0D71B

Text Example


Text Example

White with #D0D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D71B; }

 p { color: rgb(208,215,27); }

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

background-color css

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

 a { background-color: rgb(208,215,27); }

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

border-color css

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

 span { border-color: rgb(208,215,27); }

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