Html Css Color HEX #D0D51B Barberry

📋 copy color: '#D0D51B'

red 208 ◦ green 213 ◦ blue 27

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

Shades of Barberry #D0D51B

Tints of Barberry #D0D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

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

R = 46.43%
G = 47.54%
B = 6.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D0D51B (or 0xD0D51B) is known color: Barberry. HEX triplet: D0, D5 and 1B. RGB value is (208,213,27). Sum of RGB (Red+Green+Blue) = 208+213+27=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D51B is #2F2AE4. Grayscale: #BFBFBF. Windows color (decimal): -3091173 or 1824208. OLE color: 1824208.

HSL color Cylindrical-coordinate representation of color #D0D51B: hue angle of 61.61º degrees, saturation: 0.77, 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 #D0D51B is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 27 -
CMYK 0.02 0 0.87 0.16
HSL 61.61º 0.78% 0.47% -
HSV(B) 61.61º 0.87% 0.84% -
XYZ 50 61.08 10.19 -
YUV 190.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 208 213 27 0.02 0 0.87 0.16 61.61 0.78 0.47
Hex D0 D5 1B 2 0 57 10 3E 4E 2F
Octal 320 325 33 2 0 127 20 76 116 57
Binary 11010000 11010101 11011 10 0 1010111 10000 111110 1001110 101111

Color Harmonies of #D0D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D51B

Black with #D0D51B

Text Example


Text Example

White with #D0D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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