Html Css Color HEX #D4D510 Barberry

📋 copy color: '#D4D510'

red 212 ◦ green 213 ◦ blue 16

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

Shades of Barberry #D4D510

Tints of Barberry #D4D510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 48.07%
G = 48.3%
B = 3.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D4D510 (or 0xD4D510) is known color: Barberry. HEX triplet: D4, D5 and 10. RGB value is (212,213,16). Sum of RGB (Red+Green+Blue) = 212+213+16=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D510 is #2B2AEF. Grayscale: #BFBFBF. Windows color (decimal): -2829040 or 1103316. OLE color: 1103316.

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

Color convert

RGB 212 213 16 -
CMYK 0.00 0 0.92 0.16
HSL 60.3º 0.86% 0.45% -
HSV(B) 60.3º 0.92% 0.84% -
XYZ 51.04 61.62 9.69 -
YUV 190.24 29.67 143.52 -
System Red Green Blue C M Y K H S L
Decimal 212 213 16 0.00 0 0.92 0.16 60.3 0.86 0.45
Hex D4 D5 10 0 0 5C 10 3C 56 2D
Octal 324 325 20 0 0 134 20 74 126 55
Binary 11010100 11010101 10000 0 0 1011100 10000 111100 1010110 101101

Color Harmonies of #D4D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D510

Black with #D4D510

Text Example


Text Example

White with #D4D510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D510; }

 p { color: rgb(212,213,16); }

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

background-color css

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

 a { background-color: rgb(212,213,16); }

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

border-color css

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

 span { border-color: rgb(212,213,16); }

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