Html Css Color HEX #D4DC0F Barberry

📋 copy color: '#D4DC0F'

red 212 ◦ green 220 ◦ blue 15

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

Shades of Barberry #D4DC0F

Tints of Barberry #D4DC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 47.43%
G = 49.22%
B = 3.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#D4DC0F (or 0xD4DC0F) is known color: Barberry. HEX triplet: D4, DC and 0F. RGB value is (212,220,15). Sum of RGB (Red+Green+Blue) = 212+220+15=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DC0F is #2B23F0. Grayscale: #C3C3C3. Windows color (decimal): -2827249 or 1039572. OLE color: 1039572.

HSL color Cylindrical-coordinate representation of color #D4DC0F: hue angle of 62.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4DC0F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 15 -
CMYK 0.04 0 0.93 0.14
HSL 62.34º 0.87% 0.46% -
HSV(B) 62.34º 0.93% 0.86% -
XYZ 52.83 65.22 10.26 -
YUV 194.24 26.85 140.67 -
System Red Green Blue C M Y K H S L
Decimal 212 220 15 0.04 0 0.93 0.14 62.34 0.87 0.46
Hex D4 DC F 4 0 5D E 3E 57 2E
Octal 324 334 17 4 0 135 16 76 127 56
Binary 11010100 11011100 1111 100 0 1011101 1110 111110 1010111 101110

Color Harmonies of #D4DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC0F

Black with #D4DC0F

Text Example


Text Example

White with #D4DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC0F; }

 p { color: rgb(212,220,15); }

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

background-color css

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

 a { background-color: rgb(212,220,15); }

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

border-color css

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

 span { border-color: rgb(212,220,15); }

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