Html Css Color HEX #D0D61B Barberry

📋 copy color: '#D0D61B'

red 208 ◦ green 214 ◦ blue 27

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

Shades of Barberry #D0D61B

Tints of Barberry #D0D61B

RGB

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

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

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

R = 46.33%
G = 47.66%
B = 6.01%

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

#D0D61B (or 0xD0D61B) is known color: Barberry. HEX triplet: D0, D6 and 1B. RGB value is (208,214,27). Sum of RGB (Red+Green+Blue) = 208+214+27=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D61B is #2F29E4. Grayscale: #BFBFBF. Windows color (decimal): -3090917 or 1824464. OLE color: 1824464.

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

Color convert

RGB 208 214 27 -
CMYK 0.03 0 0.87 0.16
HSL 61.93º 0.78% 0.47% -
HSV(B) 61.93º 0.87% 0.84% -
XYZ 50.26 61.58 10.27 -
YUV 190.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 208 214 27 0.03 0 0.87 0.16 61.93 0.78 0.47
Hex D0 D6 1B 3 0 57 10 3E 4E 2F
Octal 320 326 33 3 0 127 20 76 116 57
Binary 11010000 11010110 11011 11 0 1010111 10000 111110 1001110 101111

Color Harmonies of #D0D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D61B

Black with #D0D61B

Text Example


Text Example

White with #D0D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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