Html Css Color HEX #D3D61B Barberry

📋 copy color: '#D3D61B'

red 211 ◦ green 214 ◦ blue 27

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

Shades of Barberry #D3D61B

Tints of Barberry #D3D61B

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

 GREEN value IS 214 (83.98% from 255) = 47.35%

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

R = 46.68%
G = 47.35%
B = 5.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D3D61B (or 0xD3D61B) is known color: Barberry. HEX triplet: D3, D6 and 1B. RGB value is (211,214,27). Sum of RGB (Red+Green+Blue) = 211+214+27=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D61B is #2C29E4. Grayscale: #C0C0C0. Windows color (decimal): -2894309 or 1824467. OLE color: 1824467.

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

Color convert

RGB 211 214 27 -
CMYK 0.01 0 0.87 0.16
HSL 60.96º 0.78% 0.47% -
HSV(B) 60.96º 0.87% 0.84% -
XYZ 51.11 62.02 10.31 -
YUV 191.79 35.01 141.71 -
System Red Green Blue C M Y K H S L
Decimal 211 214 27 0.01 0 0.87 0.16 60.96 0.78 0.47
Hex D3 D6 1B 1 0 57 10 3D 4E 2F
Octal 323 326 33 1 0 127 20 75 116 57
Binary 11010011 11010110 11011 1 0 1010111 10000 111101 1001110 101111

Color Harmonies of #D3D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D61B

Black with #D3D61B

Text Example


Text Example

White with #D3D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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