Html Css Color HEX #D4D61E Barberry

📋 copy color: '#D4D61E'

red 212 ◦ green 214 ◦ blue 30

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

Shades of Barberry #D4D61E

Tints of Barberry #D4D61E

RGB

 RED value IS 212 (83.2% from 255) = 46.49%

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

 BLUE value IS 30 (12.11% from 255) = 6.58%

R = 46.49%
G = 46.93%
B = 6.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D4D61E (or 0xD4D61E) is known color: Barberry. HEX triplet: D4, D6 and 1E. RGB value is (212,214,30). Sum of RGB (Red+Green+Blue) = 212+214+30=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D61E is #2B29E1. Grayscale: #C1C1C1. Windows color (decimal): -2828770 or 2021076. OLE color: 2021076.

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

Color convert

RGB 212 214 30 -
CMYK 0.01 0 0.86 0.16
HSL 60.65º 0.75% 0.48% -
HSV(B) 60.65º 0.86% 0.84% -
XYZ 51.43 62.18 10.52 -
YUV 192.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 212 214 30 0.01 0 0.86 0.16 60.65 0.75 0.48
Hex D4 D6 1E 1 0 56 10 3D 4B 30
Octal 324 326 36 1 0 126 20 75 113 60
Binary 11010100 11010110 11110 1 0 1010110 10000 111101 1001011 110000

Color Harmonies of #D4D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D61E

Black with #D4D61E

Text Example


Text Example

White with #D4D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D61E; }

 p { color: rgb(212,214,30); }

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

background-color css

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

 a { background-color: rgb(212,214,30); }

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

border-color css

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

 span { border-color: rgb(212,214,30); }

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