Html Css Color HEX #D2D61D Barberry

📋 copy color: '#D2D61D'

red 210 ◦ green 214 ◦ blue 29

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

Shades of Barberry #D2D61D

Tints of Barberry #D2D61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.4%

R = 46.36%
G = 47.24%
B = 6.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D2D61D (or 0xD2D61D) is known color: Barberry. HEX triplet: D2, D6 and 1D. RGB value is (210,214,29). Sum of RGB (Red+Green+Blue) = 210+214+29=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D61D is #2D29E2. Grayscale: #C0C0C0. Windows color (decimal): -2959843 or 1955538. OLE color: 1955538.

HSL color Cylindrical-coordinate representation of color #D2D61D: hue angle of 61.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2D61D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 29 -
CMYK 0.02 0 0.86 0.16
HSL 61.3º 0.76% 0.48% -
HSV(B) 61.3º 0.86% 0.84% -
XYZ 50.85 61.88 10.43 -
YUV 191.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 210 214 29 0.02 0 0.86 0.16 61.3 0.76 0.48
Hex D2 D6 1D 2 0 56 10 3D 4C 30
Octal 322 326 35 2 0 126 20 75 114 60
Binary 11010010 11010110 11101 10 0 1010110 10000 111101 1001100 110000

Color Harmonies of #D2D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D61D

Black with #D2D61D

Text Example


Text Example

White with #D2D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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