Html Css Color HEX #D0D71C Barberry

📋 copy color: '#D0D71C'

red 208 ◦ green 215 ◦ blue 28

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

Shades of Barberry #D0D71C

Tints of Barberry #D0D71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.21%

R = 46.12%
G = 47.67%
B = 6.21%

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

#D0D71C (or 0xD0D71C) is known color: Barberry. HEX triplet: D0, D7 and 1C. RGB value is (208,215,28). Sum of RGB (Red+Green+Blue) = 208+215+28=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D71C is #2F28E3. Grayscale: #C0C0C0. Windows color (decimal): -3090660 or 1890256. OLE color: 1890256.

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

Color convert

RGB 208 215 28 -
CMYK 0.03 0 0.87 0.16
HSL 62.25º 0.77% 0.48% -
HSV(B) 62.25º 0.87% 0.84% -
XYZ 50.52 62.09 10.42 -
YUV 191.59 35.68 139.71 -
System Red Green Blue C M Y K H S L
Decimal 208 215 28 0.03 0 0.87 0.16 62.25 0.77 0.48
Hex D0 D7 1C 3 0 57 10 3E 4D 30
Octal 320 327 34 3 0 127 20 76 115 60
Binary 11010000 11010111 11100 11 0 1010111 10000 111110 1001101 110000

Color Harmonies of #D0D71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D71C

Black with #D0D71C

Text Example


Text Example

White with #D0D71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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