Html Css Color HEX #D4DD0C Barberry

📋 copy color: '#D4DD0C'

red 212 ◦ green 221 ◦ blue 12

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

Shades of Barberry #D4DD0C

Tints of Barberry #D4DD0C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 47.64%
G = 49.66%
B = 2.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#D4DD0C (or 0xD4DD0C) is known color: Barberry. HEX triplet: D4, DD and 0C. RGB value is (212,221,12). Sum of RGB (Red+Green+Blue) = 212+221+12=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DD0C is #2B22F3. Grayscale: #C3C3C3. Windows color (decimal): -2826996 or 843220. OLE color: 843220.

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

Color convert

RGB 212 221 12 -
CMYK 0.04 0 0.95 0.13
HSL 62.58º 0.9% 0.46% -
HSV(B) 62.58º 0.95% 0.87% -
XYZ 53.07 65.74 10.24 -
YUV 194.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 212 221 12 0.04 0 0.95 0.13 62.58 0.9 0.46
Hex D4 DD C 4 0 5F D 3F 5A 2E
Octal 324 335 14 4 0 137 15 77 132 56
Binary 11010100 11011101 1100 100 0 1011111 1101 111111 1011010 101110

Color Harmonies of #D4DD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD0C

Black with #D4DD0C

Text Example


Text Example

White with #D4DD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD0C; }

 p { color: rgb(212,221,12); }

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

background-color css

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

 a { background-color: rgb(212,221,12); }

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

border-color css

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

 span { border-color: rgb(212,221,12); }

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