Html Css Color HEX #D6D51B Barberry

📋 copy color: '#D6D51B'

red 214 ◦ green 213 ◦ blue 27

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

Shades of Barberry #D6D51B

Tints of Barberry #D6D51B

RGB

 RED value IS 214 (83.98% from 255) = 47.14%

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

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

R = 47.14%
G = 46.92%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6D51B (or 0xD6D51B) is known color: Barberry. HEX triplet: D6, D5 and 1B. RGB value is (214,213,27). Sum of RGB (Red+Green+Blue) = 214+213+27=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D51B is #292AE4. Grayscale: #C0C0C0. Windows color (decimal): -2697957 or 1824214. OLE color: 1824214.

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

Color convert

RGB 214 213 27 -
CMYK 0 0.00 0.87 0.16
HSL 59.68º 0.78% 0.47% -
HSV(B) 59.68º 0.87% 0.84% -
XYZ 51.72 61.96 10.27 -
YUV 192.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 214 213 27 0 0.00 0.87 0.16 59.68 0.78 0.47
Hex D6 D5 1B 0 0 57 10 3C 4E 2F
Octal 326 325 33 0 0 127 20 74 116 57
Binary 11010110 11010101 11011 0 0 1010111 10000 111100 1001110 101111

Color Harmonies of #D6D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D51B

Black with #D6D51B

Text Example


Text Example

White with #D6D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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