Html Css Color HEX #D2D61C Barberry

📋 copy color: '#D2D61C'

red 210 ◦ green 214 ◦ blue 28

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

Shades of Barberry #D2D61C

Tints of Barberry #D2D61C

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

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

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

R = 46.46%
G = 47.35%
B = 6.19%

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

#D2D61C (or 0xD2D61C) is known color: Barberry. HEX triplet: D2, D6 and 1C. RGB value is (210,214,28). Sum of RGB (Red+Green+Blue) = 210+214+28=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D61C is #2D29E3. Grayscale: #C0C0C0. Windows color (decimal): -2959844 or 1890002. OLE color: 1890002.

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

Color convert

RGB 210 214 28 -
CMYK 0.02 0 0.87 0.16
HSL 61.29º 0.77% 0.47% -
HSV(B) 61.29º 0.87% 0.84% -
XYZ 50.83 61.88 10.36 -
YUV 191.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 210 214 28 0.02 0 0.87 0.16 61.29 0.77 0.47
Hex D2 D6 1C 2 0 57 10 3D 4D 2F
Octal 322 326 34 2 0 127 20 75 115 57
Binary 11010010 11010110 11100 10 0 1010111 10000 111101 1001101 101111

Color Harmonies of #D2D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D61C

Black with #D2D61C

Text Example


Text Example

White with #D2D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D61C; }

 p { color: rgb(210,214,28); }

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

background-color css

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

 a { background-color: rgb(210,214,28); }

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

border-color css

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

 span { border-color: rgb(210,214,28); }

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